File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 id : version
66 attributes :
77 label : Version
8- value : " 25.10 "
8+ value : " 25.12 "
99 validations :
1010 required : true
1111 - type : dropdown
Original file line number Diff line number Diff 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 = 25.10
18+ VERSION = 25.12
1919
2020# ---------------------------------------------------------------------------------------------------------------------
2121# Build targets
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ void destroyStaticPlugins();
9999}
100100}
101101
102- const std::string CARDINAL_VERSION = " 25.10 " ;
102+ const std::string CARDINAL_VERSION = " 25.12 " ;
103103
104104// -----------------------------------------------------------------------------------------------------------
105105
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ class CardinalPlugin : public CardinalBasePlugin
414414
415415 uint32_t getVersion () const override
416416 {
417- return d_version (0 , 25 , 10 );
417+ return d_version (0 , 25 , 12 );
418418 }
419419
420420 int64_t getUniqueId () const override
Original file line number Diff line number Diff line change 1111 <key >CFBundleIdentifier </key >
1212 <string >studio.kx.distrho.cardinal.jack </string >
1313 <key >CFBundleShortVersionString </key >
14- <string >25.10 </string >
14+ <string >25.12 </string >
1515 <key >LSMinimumSystemVersion </key >
1616 <string >10.15 </string >
1717 <key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change 1111 <key >CFBundleIdentifier </key >
1212 <string >studio.kx.distrho.cardinal.native </string >
1313 <key >CFBundleShortVersionString </key >
14- <string >25.10 </string >
14+ <string >25.12 </string >
1515 <key >LSMinimumSystemVersion </key >
1616 <string >10.15 </string >
1717 <key >NSHumanReadableCopyright </key >
You can’t perform that action at this time.
0 commit comments