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 | |
parent | 8e9c6f5e57ad3998a150ce34e75a2864cd85fcc1 (diff) | |
download | imv-3e6402456b00e29f659baf26ced10f3d7205cf63.tar.gz |
Release v2.1.2
-rw-r--r-- | CHANGELOG | 7 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1,7 +1,12 @@ imv Changelog ============= -v2,1,0 - 2016-05-12 +v2.1.2 - 2016-06-15 +------------------- + +* Fix build issues introduced by v2.1.1 + +v2.1.1 - 2016-05-12 ------------------- * Fix compatibility with older gcc versions @@ -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)"\" |