aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)\"