diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2019-08-20 19:28:03 +0100 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2019-08-20 19:28:03 +0100 |
commit | e0e019ca4264eaacb846d1471c2e5939f70da736 (patch) | |
tree | cddc54368f92b5441e2e6f890458b60778124901 | |
parent | 5002bdeba7262ae21799cf273a6b5740eadc32f5 (diff) | |
download | imv-e0e019ca4264eaacb846d1471c2e5939f70da736.tar.gz |
Release v4.0.0-rc1
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)"\" |