diff --git a/install/froxlor.sql b/install/froxlor.sql index e4756af5..392d9cd3 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -529,7 +529,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.32-rc3'); + ('panel', 'version', '0.9.32'); 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 420a401d..6202f019 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -2765,3 +2765,8 @@ if (isFroxlorVersion('0.9.32-rc2')) { updateToVersion('0.9.32-rc3'); } + +if (isFroxlorVersion('0.9.32-rc3')) { + showUpdateStep("Updating from 0.9.32-rc3 to 0.9.32 final", false); + updateToVersion('0.9.32'); +} diff --git a/lib/tables.inc.php b/lib/tables.inc.php index 7b93fdd8..4742169d 100644 --- a/lib/tables.inc.php +++ b/lib/tables.inc.php @@ -51,6 +51,6 @@ define('TABLE_PANEL_DOMAIN_SSL_SETTINGS', 'domain_ssl_settings'); define('TABLE_DOMAINTOIP', 'panel_domaintoip'); // VERSION INFO -$version = '0.9.32-rc3'; +$version = '0.9.32'; $dbversion = '2'; $branding = '';