diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2019-06-24 08:09:42 +0100 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2019-06-24 08:09:42 +0100 |
commit | 20e9d23b82f55a751c3cf1166cb59ef26775ee00 (patch) | |
tree | 7c1cac66b507d12927788813ba8aa3c2418ae752 | |
parent | 5b6618afd747c5396977dcbc06570f81f2a48d06 (diff) | |
download | imv-20e9d23b82f55a751c3cf1166cb59ef26775ee00.tar.gz |
Release v3.1.2
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ imv Changelog ============= +v3.1.2 - 2019-06-24 + +* Fix manpage packaging regression introduced in v3.1.1 + v3.1.1 - 2019-06-22 * Adjusted Makefile to improve packaging on BSDs @@ -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.1 +VERSION != git describe --dirty --always --tags 2> /dev/null || echo v3.1.2 override CPPFLAGS += -DIMV_VERSION=\""$(VERSION)"\" |