summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2019-04-15 10:41:57 -0400
committerTavian Barnes <tavianator@tavianator.com>2019-04-15 20:34:47 -0400
commitd9e6cb4930cf53843575db71002fb59866aca1b1 (patch)
treefe48c3816f89981e03f75104671f660f6716edfc /Makefile
parente5b22d17d53119040ecef93312b850e9d3d6266d (diff)
downloadbfs-d9e6cb4930cf53843575db71002fb59866aca1b1.tar.xz
Release 1.41.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db41067..a9859a4 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
############################################################################
ifeq ($(wildcard .git),)
-VERSION := 1.3.3
+VERSION := 1.4
else
VERSION := $(shell git describe --always)
endif