From 4d1a6d581b70b25d9533c5c788aab6900ebf82bb Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Sat, 14 Nov 2015 23:30:01 +0000 Subject: Release v1.1.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 98e976a..60ccf75 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ BUILDDIR = build SOURCES = $(wildcard src/*.c) OBJECTS = $(patsubst src/%.c,$(BUILDDIR)/%.o,$(SOURCES)) -VERSION = "v1.0.0" +VERSION = "v1.1.0" CFLAGS += -DIMV_VERSION=\"$(VERSION)\" -- cgit v1.2.3