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
Update submodules, bump version to 22.10
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.10
falkTX
2 years ago
parent
f9841bb333
commit
e4840dfbf0
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
7 changed files
with
7 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+1
-1
carla
+1
-1
deps/PawPaw
+1
-1
dpf
+1
-1
jucewrapper/CMakeLists.txt
+1
-1
src/CardinalCommon.cpp
+1
-1
src/CardinalPlugin.cpp
+ 1
- 1
Makefile
View File
@@ -8,7 +8,7 @@
# jucewrapper/CMakeList.txt `project`
# src/CardinalCommon.cpp `CARDINAL_VERSION`
# src/CardinalPlugin.cpp `getVersion`
VERSION = 22.0
9
VERSION = 22.
1
0
# --------------------------------------------------------------
# Import base definitions
+ 1
- 1
carla
@@ -1 +1 @@
Subproject commit
7d23ab72be1f5fc541e919ad98c63f5ee2c9b94c
Subproject commit
bf27dcad533978274a51b0d235b7a1b53b537c52
+ 1
- 1
deps/PawPaw
@@ -1 +1 @@
Subproject commit
4baef39af5709ec44ee523b49a994a922dc3c4f0
Subproject commit
1fcfa969e98624dd3d98a30a0925eb1c3991e4d2
+ 1
- 1
dpf
@@ -1 +1 @@
Subproject commit
aea021aed879d6ab8cee65b2c8b898141cc563c8
Subproject commit
1bdbb7d9e13fc6e1f25506c127efa3cd48ec91ef
+ 1
- 1
jucewrapper/CMakeLists.txt
View File
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
project(Cardinal VERSION 22.0
9
)
project(Cardinal VERSION 22.
1
0)
add_subdirectory(JUCE)
+ 1
- 1
src/CardinalCommon.cpp
View File
@@ -57,7 +57,7 @@
# include <emscripten/emscripten.h>
#endif
const std::string CARDINAL_VERSION = "22.0
9
";
const std::string CARDINAL_VERSION = "22.
1
0";
namespace rack {
+ 1
- 1
src/CardinalPlugin.cpp
View File
@@ -712,7 +712,7 @@ protected:
uint32_t getVersion() const override
{
return d_version(0, 22,
9
);
return d_version(0, 22,
10
);
}
int64_t getUniqueId() const override
Write
Preview
Loading…
Cancel
Save