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