diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2019-08-27 13:49:42 +0100 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2019-08-27 13:49:42 +0100 |
commit | db673449ff19540a6d714d4e7395badf88304fdd (patch) | |
tree | 98a25851e9512a1d496faa083f5a87363eae9b6f /Makefile | |
parent | 2d0cbfcb8504c5b7be8513ae9ff19990c0a189f3 (diff) | |
download | imv-db673449ff19540a6d714d4e7395badf88304fdd.tar.gz |
Release v4.0.0
Diffstat (limited to 'Makefile')
-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-rc3 +VERSION != git describe --dirty --always --tags 2> /dev/null || echo v4.0.0 override CPPFLAGS += -DIMV_VERSION=\""$(VERSION)"\" |