summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-04-22 09:12:37 -0400
committerTavian Barnes <tavianator@tavianator.com>2020-04-22 09:12:37 -0400
commit5912f89baec5251456a475345ed78582ccb9df5a (patch)
treed2314548478bdd1011aa87e64931e0246f027b66 /Makefile
parent894aead8fcecffd99339f2825ce71bede7ec9695 (diff)
downloadbfs-5912f89baec5251456a475345ed78582ccb9df5a.tar.xz
Release 1.71.7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3163ab0..cb62ff4 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
############################################################################
ifeq ($(wildcard .git),)
-VERSION := 1.6
+VERSION := 1.7
else
VERSION := $(shell git describe --always)
endif