Skip to content

Commit 40a9ec9

Browse files
committed
set version to 2.3.0-rc1 for release-candidate
Signed-off-by: Michael Kaufmann <[email protected]>
1 parent d809490 commit 40a9ec9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

install/froxlor.sql.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@
746746
('panel', 'logo_overridecustom', '0'),
747747
('panel', 'settings_mode', '0'),
748748
('panel', 'menu_collapsed', '1'),
749-
('panel', 'version', '2.3.0-dev1'),
749+
('panel', 'version', '2.3.0-rc1'),
750750
('panel', 'db_version', '202511020');
751751
752752

install/updates/froxlor/update_2.3.inc.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,8 @@
139139
Settings::AddNew('system.distro_mismatch', '0');
140140
Froxlor::updateToDbVersion('202511020');
141141
}
142+
143+
if (Froxlor::isFroxlorVersion('2.3.0-dev1')) {
144+
Update::showUpdateStep("Updating from 2.3.0-dev1 to 2.3.0-rc1", false);
145+
Froxlor::updateToVersion('2.3.0-rc1');
146+
}

lib/Froxlor/Froxlor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final class Froxlor
3131
{
3232

3333
// Main version variable
34-
const VERSION = '2.3.0-dev1';
34+
const VERSION = '2.3.0-rc1';
3535

3636
// Database version (YYYYMMDDC where C is a daily counter)
3737
const DBVERSION = '202511020';

0 commit comments

Comments
 (0)