diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2016-05-15 23:36:46 +0100 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2016-05-15 23:36:46 +0100 |
commit | 3e6402456b00e29f659baf26ced10f3d7205cf63 (patch) | |
tree | 6b8f832f0963deb3f8efc45aae41e437346fc060 /Makefile | |
parent | 8e9c6f5e57ad3998a150ce34e75a2864cd85fcc1 (diff) | |
download | imv-3e6402456b00e29f659baf26ced10f3d7205cf63.tar.gz |
Release v2.1.2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)"\" |