aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)\"