summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2017-07-22 13:33:29 -0400
committerTavian Barnes <tavianator@tavianator.com>2017-07-22 13:33:29 -0400
commita2a4c0b8285e52b91b57fd8f1746741029bdcfed (patch)
treed64b91167d7986e08e114cb1c8c962a71598e960 /Makefile
parent2876e0ac4ecf21f26a3e5b42ac9e9a6f61db1062 (diff)
downloadbfs-a2a4c0b8285e52b91b57fd8f1746741029bdcfed.tar.xz
Release 1.11.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 881f006..e94d722 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
#####################################################################
ifeq ($(wildcard .git),)
-VERSION := 1.0.2
+VERSION := 1.1
else
VERSION := $(shell git describe --always)
endif