aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG7
-rw-r--r--Makefile2
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dba28bb..c3118e7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
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)"\"