diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2017-12-01 20:20:36 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2017-12-01 20:21:36 +0000 |
commit | d6992c20800d2f9dc579274690ab8350bdccf60a (patch) | |
tree | 8704a9af6e1804845bf442b7a778fa253865b629 /Makefile | |
parent | 703f186705a88c055d0fac067975b3672dc95365 (diff) | |
download | imv-d6992c20800d2f9dc579274690ab8350bdccf60a.tar.gz |
First release candidate for v3.0.0
This is more like a beta than a release candidate. Will make changes
based on feedback from some testers.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ TESTS := $(patsubst test/%.c,$(BUILDDIR)/test_%,$(wildcard test/*.c)) TFLAGS ?= -g $(CFLAGS) $(CPPFLAGS) $(shell pkg-config --cflags cmocka) TLIBS := $(LIBS) $(shell pkg-config --libs cmocka) -VERSION != git describe --dirty --always --tags 2> /dev/null || echo v2.1.3 +VERSION != git describe --dirty --always --tags 2> /dev/null || echo v3.0.0-rc1 CFLAGS += -DIMV_VERSION=\""$(VERSION)"\" |