Browse Source

Bump version. Update Core manifest.

tags/v2.0.0
Andrew Belt 2 years ago
parent
commit
170e358225
2 changed files with 2 additions and 4 deletions
  1. +1
    -3
      Core.json
  2. +1
    -1
      Makefile

+ 1
- 3
Core.json View File

@@ -1,16 +1,14 @@
{
"slug": "Core",
"name": "Core",
"name": "VCV Core",
"version": "2.0.0",
"license": "GPL-3.0-or-later",
"author": "VCV",
"brand": "VCV",
"authorEmail": "support@vcvrack.com",
"authorUrl": "https://vcvrack.com/",
"pluginUrl": "",
"manualUrl": "https://vcvrack.com/manual/Core",
"sourceUrl": "https://github.com/VCVRack/Rack",
"donateUrl": "",
"changelogUrl": "https://github.com/VCVRack/Rack/blob/v2/CHANGELOG.md",
"description": "Necessary modules built into VCV Rack",
"modules": [


+ 1
- 1
Makefile View File

@@ -1,7 +1,7 @@
RACK_DIR ?= .
VERSION_MAJOR := 2
# VERSION := 2.git.$(shell git rev-parse --short HEAD)
VERSION := 2.beta.1
VERSION := 2.beta.2

FLAGS += -Iinclude -Idep/include



Loading…
Cancel
Save