Skip to content

Commit

Permalink
Release v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eXeC64 committed Jun 22, 2019
1 parent 4e53f4e commit fc2722e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
imv Changelog
=============

v3.1.1 - 2019-06-22

* Adjusted Makefile to improve packaging on BSDs

v3.1.0 - 2019-06-17

* Added support for multiple image loaders, allowing imv to use libraries other
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"\"

Expand Down

0 comments on commit fc2722e

Please sign in to comment.