From 9ba812ef644c64362cc0f62fbcfa19568712df24 Mon Sep 17 00:00:00 2001 From: Markus Hauck Date: Fri, 6 Sep 2019 09:55:33 +0200 Subject: Update version in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b1159d..d622f6c 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,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 +VERSION != git describe --dirty --always --tags 2> /dev/null || echo v4.0.1 override CPPFLAGS += -DIMV_VERSION=\""$(VERSION)"\" -- cgit v1.2.3