diff --git a/install/froxlor.sql b/install/froxlor.sql index 9b28356e..ee12dd34 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -552,7 +552,7 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES ('panel', 'phpconfigs_hidestdsubdomain', '0'), ('panel', 'allow_theme_change_admin', '1'), ('panel', 'allow_theme_change_customer', '1'), - ('panel', 'version', '0.9.31-dev6'); + ('panel', 'version', '0.9.31-rc1'); DROP TABLE IF EXISTS `panel_tasks`; diff --git a/install/updates/froxlor/0.9/update_0.9.inc.php b/install/updates/froxlor/0.9/update_0.9.inc.php index 4f0eeee9..567106a9 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -2513,3 +2513,9 @@ if (isFroxlorVersion('0.9.31-dev5')) { updateToVersion('0.9.31-dev6'); } + +if (isFroxlorVersion('0.9.31-dev6')) { + showUpdateStep("Updating from 0.9.31-dev6 to 0.9.31-rc1"); + lastStepStatus(0); + updateToVersion('0.9.31-rc1'); +} diff --git a/lib/tables.inc.php b/lib/tables.inc.php index b01daf52..f8d5054b 100644 --- a/lib/tables.inc.php +++ b/lib/tables.inc.php @@ -72,6 +72,6 @@ define('PACKAGE_LOCKED', 1); define('PACKAGE_ENABLED', 2); // VERSION INFO -$version = '0.9.31-dev6'; +$version = '0.9.31-rc1'; $dbversion = '2'; $branding = '';