| @@ -5,7 +5,7 @@ body: | |||||
| id: version | id: version | ||||
| attributes: | attributes: | ||||
| label: Version | label: Version | ||||
| value: "25.12" | |||||
| value: "26.01" | |||||
| validations: | validations: | ||||
| required: true | required: true | ||||
| - type: dropdown | - type: dropdown | ||||
| @@ -15,7 +15,7 @@ include $(ROOT)/Makefile.base.mk | |||||
| # src/CardinalPlugin.cpp `getVersion` | # src/CardinalPlugin.cpp `getVersion` | ||||
| # utils/macOS/Info_{JACK,Native}.plist | # utils/macOS/Info_{JACK,Native}.plist | ||||
| # .github/ISSUE_TEMPLATE/bug.yaml src/CardinalCommon.cpp src/CardinalPlugin.cpp utils/macOS/Info_{JACK,Native}.plist | # .github/ISSUE_TEMPLATE/bug.yaml src/CardinalCommon.cpp src/CardinalPlugin.cpp utils/macOS/Info_{JACK,Native}.plist | ||||
| VERSION = 25.12 | |||||
| VERSION = 26.01 | |||||
| # --------------------------------------------------------------------------------------------------------------------- | # --------------------------------------------------------------------------------------------------------------------- | ||||
| # Build targets | # Build targets | ||||
| @@ -1,6 +1,6 @@ | |||||
| /* | /* | ||||
| * DISTRHO Cardinal Plugin | * DISTRHO Cardinal Plugin | ||||
| * Copyright (C) 2021-2025 Filipe Coelho <falktx@falktx.com> | |||||
| * Copyright (C) 2021-2026 Filipe Coelho <falktx@falktx.com> | |||||
| * SPDX-License-Identifier: GPL-3.0-or-later | * SPDX-License-Identifier: GPL-3.0-or-later | ||||
| */ | */ | ||||
| @@ -99,7 +99,7 @@ void destroyStaticPlugins(); | |||||
| } | } | ||||
| } | } | ||||
| const std::string CARDINAL_VERSION = "25.12"; | |||||
| const std::string CARDINAL_VERSION = "26.01"; | |||||
| // ----------------------------------------------------------------------------------------------------------- | // ----------------------------------------------------------------------------------------------------------- | ||||
| @@ -1,6 +1,6 @@ | |||||
| /* | /* | ||||
| * DISTRHO Cardinal Plugin | * DISTRHO Cardinal Plugin | ||||
| * Copyright (C) 2021-2025 Filipe Coelho <falktx@falktx.com> | |||||
| * Copyright (C) 2021-2026 Filipe Coelho <falktx@falktx.com> | |||||
| * SPDX-License-Identifier: GPL-3.0-or-later | * SPDX-License-Identifier: GPL-3.0-or-later | ||||
| */ | */ | ||||
| @@ -414,7 +414,7 @@ protected: | |||||
| uint32_t getVersion() const override | uint32_t getVersion() const override | ||||
| { | { | ||||
| return d_version(0, 25, 12); | |||||
| return d_version(0, 26, 1); | |||||
| } | } | ||||
| int64_t getUniqueId() const override | int64_t getUniqueId() const override | ||||
| @@ -1,6 +1,6 @@ | |||||
| /* | /* | ||||
| * DISTRHO Cardinal Plugin | * DISTRHO Cardinal Plugin | ||||
| * Copyright (C) 2021-2022 Filipe Coelho <falktx@falktx.com> | |||||
| * Copyright (C) 2021-2026 Filipe Coelho <falktx@falktx.com> | |||||
| * | * | ||||
| * This program is free software; you can redistribute it and/or | * This program is free software; you can redistribute it and/or | ||||
| * modify it under the terms of the GNU General Public License as | * modify it under the terms of the GNU General Public License as | ||||
| @@ -1,6 +1,6 @@ | |||||
| /* | /* | ||||
| * DISTRHO Cardinal Plugin | * DISTRHO Cardinal Plugin | ||||
| * Copyright (C) 2021-2024 Filipe Coelho <falktx@falktx.com> | |||||
| * Copyright (C) 2021-2026 Filipe Coelho <falktx@falktx.com> | |||||
| * | * | ||||
| * This program is free software; you can redistribute it and/or | * This program is free software; you can redistribute it and/or | ||||
| * modify it under the terms of the GNU General Public License as | * modify it under the terms of the GNU General Public License as | ||||
| @@ -11,11 +11,11 @@ | |||||
| <key>CFBundleIdentifier</key> | <key>CFBundleIdentifier</key> | ||||
| <string>studio.kx.distrho.cardinal.jack</string> | <string>studio.kx.distrho.cardinal.jack</string> | ||||
| <key>CFBundleShortVersionString</key> | <key>CFBundleShortVersionString</key> | ||||
| <string>25.12</string> | |||||
| <string>26.01</string> | |||||
| <key>LSMinimumSystemVersion</key> | <key>LSMinimumSystemVersion</key> | ||||
| <string>10.15</string> | <string>10.15</string> | ||||
| <key>NSHumanReadableCopyright</key> | <key>NSHumanReadableCopyright</key> | ||||
| <string>(C) 2011-2025 Filipe Coelho. | |||||
| <string>(C) 2011-2026 Filipe Coelho. | |||||
| This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or any later version.</string> | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or any later version.</string> | ||||
| <key>NSHighResolutionCapable</key> | <key>NSHighResolutionCapable</key> | ||||
| <true/> | <true/> | ||||
| @@ -11,11 +11,11 @@ | |||||
| <key>CFBundleIdentifier</key> | <key>CFBundleIdentifier</key> | ||||
| <string>studio.kx.distrho.cardinal.native</string> | <string>studio.kx.distrho.cardinal.native</string> | ||||
| <key>CFBundleShortVersionString</key> | <key>CFBundleShortVersionString</key> | ||||
| <string>25.12</string> | |||||
| <string>26.01</string> | |||||
| <key>LSMinimumSystemVersion</key> | <key>LSMinimumSystemVersion</key> | ||||
| <string>10.15</string> | <string>10.15</string> | ||||
| <key>NSHumanReadableCopyright</key> | <key>NSHumanReadableCopyright</key> | ||||
| <string>(C) 2011-2025 Filipe Coelho. | |||||
| <string>(C) 2011-2026 Filipe Coelho. | |||||
| This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or any later version.</string> | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or any later version.</string> | ||||
| <key>NSHighResolutionCapable</key> | <key>NSHighResolutionCapable</key> | ||||
| <true/> | <true/> | ||||