From fc2722e1c0c5b8b591b829490383ed60947d8872 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Sat, 22 Jun 2019 21:40:25 +0100 Subject: Release v3.1.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d86245d..8c22917 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ TEST_SOURCES := test/list.c test/navigator.c OBJECTS := $(patsubst src/%.c,$(BUILDDIR)/%.o,$(SOURCES)) TESTS := $(patsubst test/%.c,$(BUILDDIR)/test_%,$(TEST_SOURCES)) -VERSION != git describe --dirty --always --tags 2> /dev/null || echo v3.1.0 +VERSION != git describe --dirty --always --tags 2> /dev/null || echo v3.1.1 override CPPFLAGS += -DIMV_VERSION=\""$(VERSION)"\" -- cgit v1.2.3