aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2018-05-08 21:03:22 +0100
committerHarry Jeffery <harry@exec64.co.uk>2018-05-08 21:17:30 +0100
commit7221ef8319ad88c9ab81e7734e89b8debfe861b4 (patch)
treed2caab318f54b58d67c82de23e1894f8bc927db5 /Makefile
parent716ee2a8f44c0fdcca8222352e20e8aa3e412d86 (diff)
downloadimv-7221ef8319ad88c9ab81e7734e89b8debfe861b4.tar.gz
Release v3.0.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)"\"