summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2018-01-20 12:40:08 -0500
committerTavian Barnes <tavianator@tavianator.com>2018-01-20 12:40:08 -0500
commit54696b2e975c8ca9979743be98187d733ce64de4 (patch)
tree0f389671678d268b31a78556e64a0a9ef9e73864 /Makefile
parentb2b97e301892d89b9909bed17f4299e09af1e33b (diff)
downloadbfs-54696b2e975c8ca9979743be98187d733ce64de4.tar.xz
Release 1.21.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3eadb1..0e57893 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
############################################################################
ifeq ($(wildcard .git),)
-VERSION := 1.1.4
+VERSION := 1.2
else
VERSION := $(shell git describe --always)
endif