Browse Source

Bump version.

tags/v1.1.2
Andrew Belt 5 years ago
parent
commit
4800b327e8
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      Core.json
  2. +2
    -2
      Makefile

+ 1
- 1
Core.json View File

@@ -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",


+ 2
- 2
Makefile View File

@@ -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


Loading…
Cancel
Save