summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2024-02-06 16:06:27 -0500
committerTavian Barnes <tavianator@tavianator.com>2024-02-06 16:12:19 -0500
commit66468fd13ce70d0f6f6388cd31d7f75196ccac31 (patch)
treedc7a3b82da6024d94d2f6194399c879c99d951d8 /GNUmakefile
parent5f0958fa57770e13b8696b8ee6fc87890333d90b (diff)
downloadbfs-3.1.tar.xz
Release 3.13.1
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 637a63e..8b1f848 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -6,7 +6,7 @@ VERSION := $(shell git describe --always 2>/dev/null)
endif
ifndef VERSION
-VERSION := 3.0.4
+VERSION := 3.1
endif
ifndef OS