aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2016-02-08 11:02:29 +0000
committerHarry Jeffery <harry@exec64.co.uk>2016-02-08 11:02:29 +0000
commitbc90a0adcc5b22d2bf0158333eb6dfb34c402d48 (patch)
treee0e0ba4e213d289da1eb06541eaec717c70aaa95 /Makefile
parentb7e12de49095abcb1e970526d0d4978994e3e391 (diff)
downloadimv-bc90a0adcc5b22d2bf0158333eb6dfb34c402d48.tar.gz
Release imv v2.0.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 94b78e7..71f5c9f 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ SOURCES := $(wildcard src/*.c)
OBJECTS := $(patsubst src/%.c,$(BUILDDIR)/%.o,$(SOURCES))
TESTS := $(patsubst test/%.c,$(BUILDDIR)/test_%,$(wildcard test/*.c))
-VERSION = "v1.2.0"
+VERSION = "v2.0.0"
CFLAGS += -DIMV_VERSION=\"$(VERSION)\"