aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-06-17 20:36:48 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-06-17 20:36:48 +0100
commit79bba4bf2cd1cbed4a32f8c6a09e99ff7faff3db (patch)
treef88c0b6d92953118d9b93066970a554b6ce8b4eb /Makefile
parentb4028e981aab656acacae8ff2b5b1d88f64d0236 (diff)
downloadimv-79bba4bf2cd1cbed4a32f8c6a09e99ff7faff3db.tar.gz
Release v3.1.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2946535..67221b6 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ TEST_SOURCES := test/list.c test/navigator.c
OBJECTS := $(patsubst src/%.c,$(BUILDDIR)/%.o,$(SOURCES))
TESTS := $(patsubst test/%.c,$(BUILDDIR)/test_%,$(TEST_SOURCES))
-VERSION != git describe --dirty --always --tags 2> /dev/null || echo v3.0.0
+VERSION != git describe --dirty --always --tags 2> /dev/null || echo v3.1.0
override CPPFLAGS += -DIMV_VERSION=\""$(VERSION)"\"