Forgot to update AU version string

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-07-21 01:25:46 +01:00
parent 2056b055ab
commit 20101d3b38
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@
#
# also set in:
# jucewrapper/CMakeList.txt `project`
# src/CardinalCommon.cpp `CARDINAL_VERSION`
# src/CardinalPlugin.cpp `getVersion`
VERSION = 22.07

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
project(Cardinal VERSION 22.05)
project(Cardinal VERSION 22.07)
add_subdirectory(JUCE)