summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-02-22 12:20:38 -0500
committerTavian Barnes <tavianator@tavianator.com>2022-02-22 12:20:38 -0500
commit39dac54037dea20c8b4df2e71ffd5d83bfc880fb (patch)
treedac72f8eb2bfb6454677d114a1f75eb42b473acc /Makefile
parent1d5c7a546565b426d1358944163107a13ac0b931 (diff)
downloadbfs-39dac54037dea20c8b4df2e71ffd5d83bfc880fb.tar.xz
Release 2.42.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d1ea64d..7c5cdcc 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
############################################################################
ifeq ($(wildcard .git),)
-VERSION := 2.3.1
+VERSION := 2.4
else
VERSION := $(shell git describe --always)
endif