summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2018-09-24 23:10:37 -0400
committerTavian Barnes <tavianator@tavianator.com>2018-09-24 23:10:37 -0400
commitce1118b27fdbf7886b108b5c805107e98e75194a (patch)
treef431e734d7cf739a3f96349db6ef197edc045892 /Makefile
parent50b8a56d0057244725aa7408857c61da3ec1a768 (diff)
downloadbfs-ce1118b27fdbf7886b108b5c805107e98e75194a.tar.xz
Release 1.2.41.2.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d63fbe3..b18c61a 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
############################################################################
ifeq ($(wildcard .git),)
-VERSION := 1.2.3
+VERSION := 1.2.4
else
VERSION := $(shell git describe --always)
endif