From 0e8205237e58f1dc0c6864d536bf4e6bf07c732a Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Wed, 27 Apr 2016 12:00:35 +0100 Subject: Release v2.1.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bb75ed8..250d19a 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 := 2.0.0 +VERSION := v2.1.0 endif CFLAGS += -DIMV_VERSION=\""$(VERSION)"\" -- cgit v1.2.3