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
19
Wiki
Activity
Browse Source
Set version as 22.03
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.03
falkTX
3 years ago
parent
daa29759f3
commit
5a31b544a9
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+1
-1
src/CardinalCommon.cpp
+1
-1
src/CardinalPlugin.cpp
+ 1
- 1
Makefile
View File
@@ -7,7 +7,7 @@
# also set in:
# src/CardinalCommon.cpp `CARDINAL_VERSION`
# src/CardinalPlugin.cpp `getVersion`
VERSION = 22.0
2
VERSION = 22.0
3
# --------------------------------------------------------------
# Import base definitions
+ 1
- 1
src/CardinalCommon.cpp
View File
@@ -49,7 +49,7 @@
# include <unistd.h>
#endif
const std::string CARDINAL_VERSION = "22.0
2
";
const std::string CARDINAL_VERSION = "22.0
3
";
namespace rack {
namespace settings {
+ 1
- 1
src/CardinalPlugin.cpp
View File
@@ -564,7 +564,7 @@ protected:
uint32_t getVersion() const override
{
return d_version(0, 22,
2
);
return d_version(0, 22,
3
);
}
int64_t getUniqueId() const override
Write
Preview
Loading…
Cancel
Save