diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2018-05-08 21:03:22 +0100 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2018-05-08 21:17:30 +0100 |
commit | 7221ef8319ad88c9ab81e7734e89b8debfe861b4 (patch) | |
tree | d2caab318f54b58d67c82de23e1894f8bc927db5 /Makefile | |
parent | 716ee2a8f44c0fdcca8222352e20e8aa3e412d86 (diff) | |
download | imv-7221ef8319ad88c9ab81e7734e89b8debfe861b4.tar.gz |
Release v3.0.0
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 v3.0.0-rc1 +VERSION != git describe --dirty --always --tags 2> /dev/null || echo v3.0.0 CFLAGS += -DIMV_VERSION=\""$(VERSION)"\" |