diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2015-11-11 20:47:41 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2015-11-11 21:07:29 +0000 |
commit | f2ce793d628e88825eff3364b293104cb0bdb582 (patch) | |
tree | 1927e77fd7e4b002b8940ee9cd2106ccb4755a26 | |
parent | a225d4561435c6f1ec1d221d4bd403426e8432f0 (diff) | |
download | imv-f2ce793d628e88825eff3364b293104cb0bdb582.tar.gz |
Release version v1.0.0
-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 = "v0.1.0" +VERSION = "v1.0.0" CFLAGS += -DIMV_VERSION=\"$(VERSION)\" |