summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2017-10-27 22:32:10 -0400
committerTavian Barnes <tavianator@tavianator.com>2017-10-27 22:32:10 -0400
commit3c02f3290804acedfc922ae82ce2a3aca5ca2ec7 (patch)
tree2357b8dfbd50c89d87719002005988389e98d038 /Makefile
parent462a2cb18ca51afec08e3c80acfe79dd69786332 (diff)
downloadbfs-3c02f3290804acedfc922ae82ce2a3aca5ca2ec7.tar.xz
Release 1.1.41.1.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a1a86e7..411128c 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
############################################################################
ifeq ($(wildcard .git),)
-VERSION := 1.1.3
+VERSION := 1.1.4
else
VERSION := $(shell git describe --always)
endif