aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2016-10-22 12:30:38 +0100
committerHarry Jeffery <harry@exec64.co.uk>2016-10-22 12:35:20 +0100
commite59d0e9e120f1dbde9ab068748a190e93978e5b7 (patch)
tree621859f287f4365641891122c024a243905a7588 /Makefile
parent311c35e3b907b76858058b7ba0bf4685b502d21d (diff)
downloadimv-e59d0e9e120f1dbde9ab068748a190e93978e5b7.tar.gz
Release v2.1.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c130dfb..642eaa9 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.2
+VERSION := v2.1.3
endif
CFLAGS += -DIMV_VERSION=\""$(VERSION)"\"