aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2016-05-15 23:36:46 +0100
committerHarry Jeffery <harry@exec64.co.uk>2016-05-15 23:36:46 +0100
commit3e6402456b00e29f659baf26ced10f3d7205cf63 (patch)
tree6b8f832f0963deb3f8efc45aae41e437346fc060 /Makefile
parent8e9c6f5e57ad3998a150ce34e75a2864cd85fcc1 (diff)
downloadimv-3e6402456b00e29f659baf26ced10f3d7205cf63.tar.gz
Release v2.1.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39ffdc7..7e40bf1 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ TFLAGS ?= -g ${CFLAGS}
VERSION := $(shell git describe --abbrev=8 --dirty --always --tags 2> /dev/null)
ifeq ($(VERSION),)
-VERSION := v2.1.1
+VERSION := v2.1.2
endif
CFLAGS += -DIMV_VERSION=\""$(VERSION)"\"