diff --git a/Core.json b/Core.json index 118cdbbd..4479d9c7 100644 --- a/Core.json +++ b/Core.json @@ -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": [ diff --git a/Makefile b/Makefile index 72ca52be..6509e506 100644 --- a/Makefile +++ b/Makefile @@ -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