summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-07-05 10:21:51 -0400
committerTavian Barnes <tavianator@tavianator.com>2022-07-05 10:21:51 -0400
commitd2eadc93db7611a20dce86c4af77e64b80ee29e3 (patch)
tree7c2a385162cd04417bd43112b5de3cd2f0029ba1 /Makefile
parenta792d4934006fa2969a051d0beb1801525004960 (diff)
downloadbfs-d2eadc93db7611a20dce86c4af77e64b80ee29e3.tar.xz
Release 2.6.12.6.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0d3f92..d6a61b0 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ VERSION := $(shell git describe --always 2>/dev/null)
endif
ifndef VERSION
-VERSION := 2.6
+VERSION := 2.6.1
endif
ifndef OS