Skip to content

Commit a46c0dd

Browse files
committed
Bump version
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 10bbf52 commit a46c0dd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/bug.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
id: version
66
attributes:
77
label: Version
8-
value: "24.09"
8+
value: "24.12"
99
validations:
1010
required: true
1111
- type: dropdown

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include $(ROOT)/Makefile.base.mk
1515
# src/CardinalPlugin.cpp `getVersion`
1616
# utils/macOS/Info_{JACK,Native}.plist
1717
# .github/ISSUE_TEMPLATE/bug.yaml src/CardinalCommon.cpp src/CardinalPlugin.cpp utils/macOS/Info_{JACK,Native}.plist
18-
VERSION = 24.09
18+
VERSION = 24.12
1919

2020
# --------------------------------------------------------------
2121
# Build targets

src/CardinalCommon.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void destroyStaticPlugins();
9999
}
100100
}
101101

102-
const std::string CARDINAL_VERSION = "24.09";
102+
const std::string CARDINAL_VERSION = "24.12";
103103

104104
// -----------------------------------------------------------------------------------------------------------
105105

src/CardinalPlugin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ class CardinalPlugin : public CardinalBasePlugin
414414

415415
uint32_t getVersion() const override
416416
{
417-
return d_version(0, 24, 9);
417+
return d_version(0, 24, 12);
418418
}
419419

420420
int64_t getUniqueId() const override

utils/macOS/Info_JACK.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>CFBundleIdentifier</key>
1212
<string>studio.kx.distrho.cardinal.jack</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>24.09</string>
14+
<string>24.12</string>
1515
<key>LSMinimumSystemVersion</key>
1616
<string>10.15</string>
1717
<key>NSHumanReadableCopyright</key>

utils/macOS/Info_Native.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>CFBundleIdentifier</key>
1212
<string>studio.kx.distrho.cardinal.native</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>24.09</string>
14+
<string>24.12</string>
1515
<key>LSMinimumSystemVersion</key>
1616
<string>10.15</string>
1717
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)