summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2019-11-04 19:09:42 -0500
committerAndrew Belt <andrewpbelt@gmail.com>2019-11-04 19:09:42 -0500
commit01e5e0301d6c1f6b3d52e717fa2ba7098dd4b49c (patch)
treeda66c573bb9f09df04b377e6cb67641b2082e6e2
parent3968724ba5342f7a442585771e342636402c6c74 (diff)
Bump version.v1.1.6
-rw-r--r--CHANGELOG.md2
-rw-r--r--Core.json2
-rw-r--r--Makefile4
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05a7cb7a..9c782f67 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac.
-### 1.1.6 (in development)
+### 1.1.6 (2019-11-04)
- Add ability for plugins to use LuaJIT on Mac.
- Fix normal random number generator possibly returning -infinity.
- Core
diff --git a/Core.json b/Core.json
index 0b97ed89..ef21b7c8 100644
--- a/Core.json
+++ b/Core.json
@@ -1,7 +1,7 @@
{
"slug": "Core",
"name": "Core",
- "version": "1.1.5",
+ "version": "1.1.6",
"license": "GPL-3.0-only",
"author": "VCV",
"brand": "VCV",
diff --git a/Makefile b/Makefile
index 06c3223b..bd1d631a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
RACK_DIR ?= .
-VERSION := 1.dev.$(shell git rev-parse --short HEAD)
-# VERSION := 1.1.5
+# VERSION := 1.dev.$(shell git rev-parse --short HEAD)
+VERSION := 1.1.6
FLAGS += -DVERSION=$(VERSION)
FLAGS += -Iinclude -Idep/include