This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
18
Wiki
Activity
Browse Source
Forgot to update AU version string
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.09
falkTX
2 years ago
parent
2056b055ab
commit
20101d3b38
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Makefile
+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.0
5
)
project(Cardinal VERSION 22.0
7
)
add_subdirectory(JUCE)
Write
Preview
Loading…
Cancel
Save