From f2ce793d628e88825eff3364b293104cb0bdb582 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Wed, 11 Nov 2015 20:47:41 +0000 Subject: Release version v1.0.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 82a401c..a30cd0a 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ BUILDDIR = build SOURCES = $(wildcard src/*.c) OBJECTS = $(patsubst src/%.c,$(BUILDDIR)/%.o,$(SOURCES)) -VERSION = "v0.1.0" +VERSION = "v1.0.0" CFLAGS += -DIMV_VERSION=\"$(VERSION)\" -- cgit v1.2.3