summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-02-24 17:45:00 -0500
committerTavian Barnes <tavianator@tavianator.com>2022-02-24 17:45:00 -0500
commite14f04e52f792d12f3798b3c69bd0279ac7d3150 (patch)
tree0537ddc2eb27286b64a2cfd8889c92d2aa80bab0 /Makefile
parented4a45ff5fc8aa53fd66f6059697bac171ba9d69 (diff)
downloadbfs-e14f04e52f792d12f3798b3c69bd0279ac7d3150.tar.xz
Release 2.4.12.4.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c22a9a7..8db443c 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
############################################################################
ifeq ($(wildcard .git),)
-VERSION := 2.4
+VERSION := 2.4.1
else
VERSION := $(shell git describe --always)
endif