summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2018-07-15 14:41:09 -0400
committerTavian Barnes <tavianator@tavianator.com>2018-07-15 14:41:09 -0400
commit45eafe9cf597c071029d61a9625bb96034d5aac9 (patch)
treee503ccc2570b2775b00b90cf1d231d16eb7fa72d /Makefile
parent6168bbdb7665ba40d351eae1ab1f570522677b63 (diff)
downloadbfs-45eafe9cf597c071029d61a9625bb96034d5aac9.tar.xz
Release 1.2.31.2.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ffa8e82..cb6a4a0 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
############################################################################
ifeq ($(wildcard .git),)
-VERSION := 1.2.2
+VERSION := 1.2.3
else
VERSION := $(shell git describe --always)
endif