From 20101d3b383816289923654f100ca202cb0dac2b Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 21 Jul 2022 01:25:46 +0100 Subject: [PATCH] Forgot to update AU version string Signed-off-by: falkTX --- Makefile | 1 + jucewrapper/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 11a83b4..722b384 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ # # also set in: +# jucewrapper/CMakeList.txt `project` # src/CardinalCommon.cpp `CARDINAL_VERSION` # src/CardinalPlugin.cpp `getVersion` VERSION = 22.07 diff --git a/jucewrapper/CMakeLists.txt b/jucewrapper/CMakeLists.txt index 5b4dad3..73c7cb2 100644 --- a/jucewrapper/CMakeLists.txt +++ b/jucewrapper/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.15) -project(Cardinal VERSION 22.05) +project(Cardinal VERSION 22.07) add_subdirectory(JUCE)