aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)"\"