aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-06-22 21:40:25 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-06-22 21:40:25 +0100
commitfc2722e1c0c5b8b591b829490383ed60947d8872 (patch)
tree66f7a3f9d28c6c87fa804543ae08ca0e715b79bb /Makefile
parent4e53f4e9e648464e81ff59e16dd5750c1f15a91a (diff)
downloadimv-fc2722e1c0c5b8b591b829490383ed60947d8872.tar.gz
Release v3.1.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d86245d..8c22917 100644
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,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.1.0
+VERSION != git describe --dirty --always --tags 2> /dev/null || echo v3.1.1
override CPPFLAGS += -DIMV_VERSION=\""$(VERSION)"\"