From acbaedb44f9f5814a27f02452c6d4f1d38e7af46 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Fri, 23 May 2014 08:29:28 +0200 Subject: [PATCH] setting version to 0.9.32 for release Signed-off-by: Michael Kaufmann (d00p) --- install/froxlor.sql | 2 +- install/updates/froxlor/0.9/update_0.9.inc.php | 5 +++++ lib/tables.inc.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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 = '';