summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-05-21 16:54:33 -0400
committerTavian Barnes <tavianator@tavianator.com>2022-05-21 16:56:18 -0400
commit1d9426489836a3178f8e1ef211649b2503a03d85 (patch)
tree70e69e528c016f621d5e49177a16ce63ac5c1efd /Makefile
parentd2d25f5826b11b7d944706580d17839c5aea1a84 (diff)
downloadbfs-1d9426489836a3178f8e1ef211649b2503a03d85.tar.xz
Release 2.62.6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3440575..d368cf8 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ VERSION := $(shell git describe --always 2>/dev/null)
endif
ifndef VERSION
-VERSION := 2.5
+VERSION := 2.6
endif
ifndef OS