aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)"\"