summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2018-09-24 23:15:51 -0400
committerTavian Barnes <tavianator@tavianator.com>2018-09-24 23:15:51 -0400
commit644233dcc2a2a037812dd6b61df9c1610b378bf6 (patch)
treeab5cd45523f4ff0c805d286b133ef910ad28068a /Makefile
parentb5c9656a2f5be060491fae98f589f66855b8a638 (diff)
parentce1118b27fdbf7886b108b5c805107e98e75194a (diff)
downloadbfs-644233dcc2a2a037812dd6b61df9c1610b378bf6.tar.xz
Merge branch 'release-1.2.4'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fcab96f..35a1496 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