From 01e5e0301d6c1f6b3d52e717fa2ba7098dd4b49c Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 4 Nov 2019 19:09:42 -0500 Subject: [PATCH] Bump version. --- CHANGELOG.md | 2 +- Core.json | 2 +- Makefile | 4 ++-- 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