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
Set the correct plugin version
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX
3 years ago
parent
a6e8bef774
commit
3b7ab5df31
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/CardinalPlugin.cpp
+ 1
- 1
src/CardinalPlugin.cpp
View File
@@ -533,7 +533,7 @@ protected:
uint32_t getVersion() const override
{
return d_version(
2, 0, 0
);
return d_version(
0, 22, 2
);
}
int64_t getUniqueId() const override
Write
Preview
Loading…
Cancel
Save