aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2016-04-27 12:00:35 +0100
committerHarry Jeffery <harry@exec64.co.uk>2016-04-27 12:08:01 +0100
commit0e8205237e58f1dc0c6864d536bf4e6bf07c732a (patch)
tree5c25e78e5fa11b5230b97461b5505a1ee2e25fee /Makefile
parentfe10d9d38f02dbfe229e40f96f9640c3568a7f69 (diff)
downloadimv-0e8205237e58f1dc0c6864d536bf4e6bf07c732a.tar.gz
Release v2.1.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)"\"