summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-10-29 16:40:56 -0400
committerTavian Barnes <tavianator@tavianator.com>2016-10-29 16:40:56 -0400
commit8da7838c867937cadc5609f6914fd2d3bbd053f1 (patch)
treec526231b6435e8ba1df418618741dbefc0d950bf /Makefile
parente07cbd10f59a8197a0b5fc789ea3781a863548e8 (diff)
downloadbfs-8da7838c867937cadc5609f6914fd2d3bbd053f1.tar.xz
Bump the version to 0.840.84
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4b0bf7d..86bf47f 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
#####################################################################
ifeq ($(wildcard .git),)
-VERSION := 0.82
+VERSION := 0.84
else
VERSION := $(shell git describe --always)
endif