aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-27 13:49:42 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-27 13:49:42 +0100
commitdb673449ff19540a6d714d4e7395badf88304fdd (patch)
tree98a25851e9512a1d496faa083f5a87363eae9b6f /Makefile
parent2d0cbfcb8504c5b7be8513ae9ff19990c0a189f3 (diff)
downloadimv-db673449ff19540a6d714d4e7395badf88304fdd.tar.gz
Release v4.0.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd82f71..20f7659 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,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.0-rc3
+VERSION != git describe --dirty --always --tags 2> /dev/null || echo v4.0.0
override CPPFLAGS += -DIMV_VERSION=\""$(VERSION)"\"