aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-12-11 15:46:17 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-12-11 15:46:17 +0000
commitf7365c85bd4169df2c2d4e9e8cb3bf51c4b4f3be (patch)
tree66ef6b353253be450dd2741d695b77e6a90ca47f /Makefile
parent33790ffb7d63d9e8401da45df0cb160001bbffcb (diff)
downloadimv-f7365c85bd4169df2c2d4e9e8cb3bf51c4b4f3be.tar.gz
Release v1.2.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c3533ea..e27abc8 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ SOURCES = $(wildcard src/*.c)
OBJECTS = $(patsubst src/%.c,$(BUILDDIR)/%.o,$(SOURCES))
TESTS = $(patsubst test/%.c,test_%,$(wildcard test/*.c))
-VERSION = "v1.1.0"
+VERSION = "v1.2.0"
CFLAGS += -DIMV_VERSION=\"$(VERSION)\"