summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-09-14 14:06:13 -0400
committerTavian Barnes <tavianator@tavianator.com>2019-09-14 14:10:39 -0400
commit00c9d93a591db9179b4c5dacc289a2e11643e5ef (patch)
tree5b21c94481132d8c44983aad66dfe45713910e98 /Makefile
parent4cfebe30000e7ce90c5763db6391137583e59700 (diff)
downloadbfs-00c9d93a591db9179b4c5dacc289a2e11643e5ef.tar.xz
Release 1.5.11.5.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c141ba8..9c85c76 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
############################################################################
ifeq ($(wildcard .git),)
-VERSION := 1.5
+VERSION := 1.5.1
else
VERSION := $(shell git describe --always)
endif