aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2015-11-11 20:47:41 +0000
committerHarry Jeffery <harry@exec64.co.uk>2015-11-11 21:07:29 +0000
commitf2ce793d628e88825eff3364b293104cb0bdb582 (patch)
tree1927e77fd7e4b002b8940ee9cd2106ccb4755a26 /Makefile
parenta225d4561435c6f1ec1d221d4bd403426e8432f0 (diff)
downloadimv-f2ce793d628e88825eff3364b293104cb0bdb582.tar.gz
Release version v1.0.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)\"