diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml
index c8e1ced..371cd2e 100644
--- a/.github/ISSUE_TEMPLATE/bug.yaml
+++ b/.github/ISSUE_TEMPLATE/bug.yaml
@@ -5,7 +5,7 @@ body:
id: version
attributes:
label: Version
- value: "25.06"
+ value: "25.10"
validations:
required: true
- type: dropdown
diff --git a/Makefile b/Makefile
index 9aa443f..080bd4d 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ include $(ROOT)/Makefile.base.mk
# src/CardinalPlugin.cpp `getVersion`
# 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.06
+VERSION = 25.10
# ---------------------------------------------------------------------------------------------------------------------
# Build targets
diff --git a/src/CardinalCommon.cpp b/src/CardinalCommon.cpp
index 818540a..415e9d8 100644
--- a/src/CardinalCommon.cpp
+++ b/src/CardinalCommon.cpp
@@ -99,7 +99,7 @@ void destroyStaticPlugins();
}
}
-const std::string CARDINAL_VERSION = "25.06";
+const std::string CARDINAL_VERSION = "25.10";
// -----------------------------------------------------------------------------------------------------------
diff --git a/src/CardinalPlugin.cpp b/src/CardinalPlugin.cpp
index f154871..dfe19a7 100644
--- a/src/CardinalPlugin.cpp
+++ b/src/CardinalPlugin.cpp
@@ -414,7 +414,7 @@ protected:
uint32_t getVersion() const override
{
- return d_version(0, 25, 6);
+ return d_version(0, 25, 10);
}
int64_t getUniqueId() const override
diff --git a/utils/macOS/Info_JACK.plist b/utils/macOS/Info_JACK.plist
index 80a5cf1..8071faf 100644
--- a/utils/macOS/Info_JACK.plist
+++ b/utils/macOS/Info_JACK.plist
@@ -11,7 +11,7 @@
CFBundleIdentifier
studio.kx.distrho.cardinal.jack
CFBundleShortVersionString
- 25.06
+ 25.10
LSMinimumSystemVersion
10.15
NSHumanReadableCopyright
diff --git a/utils/macOS/Info_Native.plist b/utils/macOS/Info_Native.plist
index b9c5068..73bfbe8 100644
--- a/utils/macOS/Info_Native.plist
+++ b/utils/macOS/Info_Native.plist
@@ -11,7 +11,7 @@
CFBundleIdentifier
studio.kx.distrho.cardinal.native
CFBundleShortVersionString
- 25.06
+ 25.10
LSMinimumSystemVersion
10.15
NSHumanReadableCopyright