From 2b4ef5563b6e7a6ff2ab1d9ac26c5fb76fa120d7 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Sun, 25 Aug 2019 01:21:30 +0100 Subject: Release v4.0.0-rc2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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)"\" -- cgit v1.2.3