diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2015-11-14 23:30:01 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2015-11-14 23:30:01 +0000 |
commit | 4d1a6d581b70b25d9533c5c788aab6900ebf82bb (patch) | |
tree | 6018da9b0c31c448048169638fe14b5f199e2a82 /Makefile | |
parent | 8e316dba37be19523039c0c7b449ac6f0202ceb1 (diff) | |
download | imv-4d1a6d581b70b25d9533c5c788aab6900ebf82bb.tar.gz |
Release v1.1.0
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)\" |