setting version to 0.9.32 for release

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2014-05-23 08:29:28 +02:00
parent ab667d0bc8
commit acbaedb44f
3 changed files with 7 additions and 2 deletions

View File

@@ -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`;

View File

@@ -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');
}