From 7353178d6d5bb4bc04341a09f95510b05cec3adb Mon Sep 17 00:00:00 2001 From: "Dmitrij D. Czarkoff" Date: Fri, 13 May 2016 00:43:36 +0200 Subject: Release v2.1.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 72204be..e8c43e1 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.0 +VERSION := v2.1.1 endif CFLAGS += -DIMV_VERSION=\""$(VERSION)"\" -- cgit v1.2.3