summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-07-18 12:23:21 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-07-18 12:23:21 -0400
commitfb023fdeea088fa66b0df6cbf4e7becf8edeebbb (patch)
treed53ba3ab516e88c8f2b9a266531ae87273224d69 /Makefile
parent0e72e5c985db9a131aea3f3e9238a8916c470d8e (diff)
downloadbfs-fb023fdeea088fa66b0df6cbf4e7becf8edeebbb.tar.xz
Release 3.0.13.0.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db955b5..406506b 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ VERSION := $(shell git describe --always 2>/dev/null)
endif
ifndef VERSION
-VERSION := 3.0
+VERSION := 3.0.1
endif
ifndef OS