|
|
@@ -1,6 +1,6 @@ |
|
|
|
/*
|
|
|
|
* DISTRHO Cardinal Plugin
|
|
|
|
* Copyright (C) 2021-2022 Filipe Coelho <falktx@falktx.com>
|
|
|
|
* Copyright (C) 2021-2023 Filipe Coelho <falktx@falktx.com>
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU General Public License as
|
|
|
@@ -357,7 +357,7 @@ protected: |
|
|
|
|
|
|
|
uint32_t getVersion() const override
|
|
|
|
{
|
|
|
|
return d_version(0, 22, 12);
|
|
|
|
return d_version(0, 23, 2);
|
|
|
|
}
|
|
|
|
|
|
|
|
int64_t getUniqueId() const override
|
|
|
|