Browse Source

Forgot to update AU version string

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.09
falkTX 2 years ago
parent
commit
20101d3b38
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      Makefile
  2. +1
    -1
      jucewrapper/CMakeLists.txt

+ 1
- 0
Makefile 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


+ 1
- 1
jucewrapper/CMakeLists.txt 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)



Loading…
Cancel
Save