aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)"\"