aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-25 22:06:48 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-25 22:06:48 +0100
commit2d0cbfcb8504c5b7be8513ae9ff19990c0a189f3 (patch)
treed3e08e818c7e076e8e55f74785155b4f5fdc61d6
parent498c35c28831cf89cc60a773a5c2513c97bc08a3 (diff)
downloadimv-2d0cbfcb8504c5b7be8513ae9ff19990c0a189f3.tar.gz
Release v4.0.0-rc3
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9997316..fd82f71 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-rc2
+VERSION != git describe --dirty --always --tags 2> /dev/null || echo v4.0.0-rc3
override CPPFLAGS += -DIMV_VERSION=\""$(VERSION)"\"