diff --git a/Core.json b/Core.json index d2da503d..8bb2f1d3 100644 --- a/Core.json +++ b/Core.json @@ -1,7 +1,7 @@ { "slug": "Core", "name": "VCV Core", - "version": "2.0.6", + "version": "2.1.0", "license": "GPL-3.0-or-later", "author": "VCV", "brand": "VCV", diff --git a/Makefile b/Makefile index 988b4d1c..3494a909 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.0.6 +VERSION := 2.1.0 FLAGS += -Iinclude -Idep/include