From d6992c20800d2f9dc579274690ab8350bdccf60a Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Fri, 1 Dec 2017 20:20:36 +0000 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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)"\" -- cgit v1.2.3