summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-02-29 11:30:54 -0500
committerTavian Barnes <tavianator@tavianator.com>2024-02-29 13:41:46 -0500
commitabcac506d025ebf6f0d003635ee5b156f549d93f (patch)
treec423eb61b3c2994f06d29c55baef01027e7d2372 /GNUmakefile
parent4e2f094d29ff8140f2b46a059128c780560db0f1 (diff)
downloadbfs-abcac506d025ebf6f0d003635ee5b156f549d93f.tar.xz
Release 3.1.23.1.2
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 852621e..91baf5c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -6,7 +6,7 @@ VERSION := $(shell git describe --always 2>/dev/null)
endif
ifndef VERSION
-VERSION := 3.1.1
+VERSION := 3.1.2
endif
ifndef OS