aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-25 01:21:30 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-25 01:21:30 +0100
commit2b4ef5563b6e7a6ff2ab1d9ac26c5fb76fa120d7 (patch)
tree7b12dcfcae500d28f28bbd944c80779b8a94db31 /Makefile
parent48258e247b11d3562d14f4a6b82bc72c5b56589b (diff)
downloadimv-2b4ef5563b6e7a6ff2ab1d9ac26c5fb76fa120d7.tar.gz
Release v4.0.0-rc2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2e01a05..5091474 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,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-rc1
+VERSION != git describe --dirty --always --tags 2> /dev/null || echo v4.0.0-rc2
override CPPFLAGS += -DIMV_VERSION=\""$(VERSION)"\"