From e0e019ca4264eaacb846d1471c2e5939f70da736 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Tue, 20 Aug 2019 19:28:03 +0100 Subject: Release v4.0.0-rc1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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)"\" -- cgit v1.2.3