summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2019-07-20 18:23:37 -0400
committerAndrew Belt <andrewpbelt@gmail.com>2019-07-20 18:23:37 -0400
commit4800b327e8575080229f9a50b2a3bbca82af9cfe (patch)
tree61522a45ba89d67cbfb16c6cc5e206e3c4c265e6
parent2fbf67c287a98c4f2af081310abe08042d7715eb (diff)
Bump version.v1.1.2
-rw-r--r--Core.json2
-rw-r--r--Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/Core.json b/Core.json
index 16335039..f9dfb91d 100644
--- a/Core.json
+++ b/Core.json
@@ -1,7 +1,7 @@
{
"slug": "Core",
"name": "Core",
- "version": "1.0.0",
+ "version": "1.1.2",
"license": "GPL-3.0-only",
"author": "VCV",
"brand": "VCV",
diff --git a/Makefile b/Makefile
index 9b291f6c..7a4c8a74 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
RACK_DIR ?= .
-VERSION := 1.dev.$(shell git rev-parse --short HEAD)
-# VERSION := 1.1.1
+# VERSION := 1.dev.$(shell git rev-parse --short HEAD)
+VERSION := 1.1.2
FLAGS += -DVERSION=$(VERSION)
FLAGS += -Iinclude -Idep/include