summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2017-06-15 12:21:43 -0400
committerTavian Barnes <tavianator@tavianator.com>2017-06-15 20:16:34 -0400
commit148c5856e4a3f916ec729469e36489f5280602d4 (patch)
treeb5812d301d4cfd58f0dccf3db3411e6aa6c5e6f5 /Makefile
parent05beda493cf176e8d689e9c5eaf4273a32be772f (diff)
downloadbfs-148c5856e4a3f916ec729469e36489f5280602d4.tar.xz
Release 1.0.21.0.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ccf282d..881f006 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
#####################################################################
ifeq ($(wildcard .git),)
-VERSION := 1.0.1
+VERSION := 1.0.2
else
VERSION := $(shell git describe --always)
endif