Skip to content

Commit b3dc7f9

Browse files
committed
set version to 2.2.0-rc1 for upcoming release-candidate
Signed-off-by: Michael Kaufmann <[email protected]>
1 parent 1d246fe commit b3dc7f9

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
@@ -730,7 +730,7 @@
730730
('panel', 'logo_overridecustom', '0'),
731731
('panel', 'settings_mode', '0'),
732732
('panel', 'menu_collapsed', '1'),
733-
('panel', 'version', '2.2.0-dev1'),
733+
('panel', 'version', '2.2.0-rc1'),
734734
('panel', 'db_version', '202401090');
735735
736736

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,8 @@
117117

118118
Froxlor::updateToDbVersion('202401090');
119119
}
120+
121+
if (Froxlor::isFroxlorVersion('2.2.0-dev1')) {
122+
Update::showUpdateStep("Updating from 2.2.0-dev1 to 2.2.0-rc1", false);
123+
Froxlor::updateToVersion('2.2.0-rc1');
124+
}

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.2.0-dev1';
34+
const VERSION = '2.2.0-rc1';
3535

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

0 commit comments

Comments
 (0)