aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-20 19:28:03 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-20 19:28:03 +0100
commite0e019ca4264eaacb846d1471c2e5939f70da736 (patch)
treecddc54368f92b5441e2e6f890458b60778124901 /Makefile
parent5002bdeba7262ae21799cf273a6b5740eadc32f5 (diff)
downloadimv-e0e019ca4264eaacb846d1471c2e5939f70da736.tar.gz
Release v4.0.0-rc1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 063f325..6d27f7d 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 v3.1.2
+VERSION != git describe --dirty --always --tags 2> /dev/null || echo v4.0.0-rc1
override CPPFLAGS += -DIMV_VERSION=\""$(VERSION)"\"