From 4c0294a6a6ef6b4dbe9877953bb5a1dbb00a3eaf Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 27 Dec 2022 01:31:52 -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 f97591f6..804890bb 100644 --- a/Core.json +++ b/Core.json @@ -1,7 +1,7 @@ { "slug": "Core", "name": "VCV Core", - "version": "2.2.0", + "version": "2.2.2", "license": "GPL-3.0-or-later", "author": "VCV", "brand": "VCV", diff --git a/Makefile b/Makefile index f12d6a1c..e245c4ae 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ RACK_DIR ?= . VERSION_MAJOR := 2 -VERSION := 2.2.1 +VERSION := 2.2.2 FLAGS += -Iinclude -Idep/include