aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-12-21 22:54:04 +0000
committerHarry Jeffery <harry@exec64.co.uk>2019-12-21 22:54:26 +0000
commita222f6475b905bdd0f55752e1539ed17bcad0a77 (patch)
tree67885c56aa97cf23c66e983fc4a09e4722ebfbf9 /Makefile
parent18f139c3716b3fa0724430a01b896343292a849d (diff)
downloadimv-a222f6475b905bdd0f55752e1539ed17bcad0a77.tar.gz
Release v4.1.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d622f6c..e5acdde 100644
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,7 @@ MSG_OBJECTS := $(patsubst src/%.c,$(BUILDDIR)/%.o,$(MSG_SOURCES))
TESTS := $(patsubst test/%.c,$(BUILDDIR)/test_%,$(TEST_SOURCES))
-VERSION != git describe --dirty --always --tags 2> /dev/null || echo v4.0.1
+VERSION != git describe --dirty --always --tags 2> /dev/null || echo v4.1.0
override CPPFLAGS += -DIMV_VERSION=\""$(VERSION)"\"