diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2019-08-25 22:06:48 +0100 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2019-08-25 22:06:48 +0100 |
commit | 2d0cbfcb8504c5b7be8513ae9ff19990c0a189f3 (patch) | |
tree | d3e08e818c7e076e8e55f74785155b4f5fdc61d6 | |
parent | 498c35c28831cf89cc60a773a5c2513c97bc08a3 (diff) | |
download | imv-2d0cbfcb8504c5b7be8513ae9ff19990c0a189f3.tar.gz |
Release v4.0.0-rc3
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,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-rc2 +VERSION != git describe --dirty --always --tags 2> /dev/null || echo v4.0.0-rc3 override CPPFLAGS += -DIMV_VERSION=\""$(VERSION)"\" |