aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2017-12-01 20:20:36 +0000
committerHarry Jeffery <harry@exec64.co.uk>2017-12-01 20:21:36 +0000
commitd6992c20800d2f9dc579274690ab8350bdccf60a (patch)
tree8704a9af6e1804845bf442b7a778fa253865b629 /Makefile
parent703f186705a88c055d0fac067975b3672dc95365 (diff)
downloadimv-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72a3f2d..4104ed4 100644
--- a/Makefile
+++ b/Makefile
@@ -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)"\"