From bc90a0adcc5b22d2bf0158333eb6dfb34c402d48 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Mon, 8 Feb 2016 11:02:29 +0000 Subject: Release imv v2.0.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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)\" -- cgit v1.2.3