From 7221ef8319ad88c9ab81e7734e89b8debfe861b4 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Tue, 8 May 2018 21:03:22 +0100 Subject: Release v3.0.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4104ed4..b2ceb04 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 v3.0.0-rc1 +VERSION != git describe --dirty --always --tags 2> /dev/null || echo v3.0.0 CFLAGS += -DIMV_VERSION=\""$(VERSION)"\" -- cgit v1.2.3