From 3e6402456b00e29f659baf26ced10f3d7205cf63 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Sun, 15 May 2016 23:36:46 +0100 Subject: Release v2.1.2 --- CHANGELOG | 7 ++++++- Makefile | 2 +- 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)"\" -- cgit v1.2.3