summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-03-12 16:12:29 -0500
committerTavian Barnes <tavianator@tavianator.com>2016-03-12 16:12:29 -0500
commit19ff6cafb9dbd206d48cd78e0f9d82e8645df06f (patch)
treede6d419ef0924ce367303840d48f61c98972ca35 /Makefile
parentf1401f09c59363170f021c4a1676735be2e3cc44 (diff)
downloadbfs-19ff6cafb9dbd206d48cd78e0f9d82e8645df06f.tar.xz
Bump the version to 0.74.0.74
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ee29bc..01aec38 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
#####################################################################
ifeq ($(wildcard .git),)
-VERSION := 0.70
+VERSION := 0.74
else
VERSION := $(shell git describe --always)
endif