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
Bump version
tags/22.09
falkTX
2 years ago
parent
03c533d784
commit
eeb2882eed
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+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
8
VERSION = 22.0
9
# --------------------------------------------------------------
# Import base definitions
+ 1
- 1
jucewrapper/CMakeLists.txt
View File
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
project(Cardinal VERSION 22.0
8
)
project(Cardinal VERSION 22.0
9
)
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
8
";
const std::string CARDINAL_VERSION = "22.0
9
";
namespace rack {
+ 1
- 1
src/CardinalPlugin.cpp
View File
@@ -712,7 +712,7 @@ protected:
uint32_t getVersion() const override
{
return d_version(0, 22,
8
);
return d_version(0, 22,
9
);
}
int64_t getUniqueId() const override
Write
Preview
Loading…
Cancel
Save