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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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