Browse Source

Bump version.

tags/v1.1.6
Andrew Belt 5 years ago
parent
commit
01e5e0301d
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      Core.json
  3. +2
    -2
      Makefile

+ 1
- 1
CHANGELOG.md View File

@@ -2,7 +2,7 @@


In this document, Mod is Ctrl on Windows/Linux and Cmd on Mac. 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. - Add ability for plugins to use LuaJIT on Mac.
- Fix normal random number generator possibly returning -infinity. - Fix normal random number generator possibly returning -infinity.
- Core - Core


+ 1
- 1
Core.json View File

@@ -1,7 +1,7 @@
{ {
"slug": "Core", "slug": "Core",
"name": "Core", "name": "Core",
"version": "1.1.5",
"version": "1.1.6",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"author": "VCV", "author": "VCV",
"brand": "VCV", "brand": "VCV",


+ 2
- 2
Makefile View File

@@ -1,6 +1,6 @@
RACK_DIR ?= . 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 += -DVERSION=$(VERSION)
FLAGS += -Iinclude -Idep/include FLAGS += -Iinclude -Idep/include


Loading…
Cancel
Save