From 30665d62801c2ced7260a37a2d0214edfe6528a9 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Sat, 26 Feb 2022 04:07:50 -0500 Subject: [PATCH] Bump version. --- Core.json | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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