set version to 0.9.31 for upcoming release

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-12-18 09:40:48 +01:00
parent 7a5be5456d
commit 23a1a55bf2
3 changed files with 8 additions and 2 deletions

View File

@@ -553,7 +553,7 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES
('panel', 'phpconfigs_hidestdsubdomain', '0'), ('panel', 'phpconfigs_hidestdsubdomain', '0'),
('panel', 'allow_theme_change_admin', '1'), ('panel', 'allow_theme_change_admin', '1'),
('panel', 'allow_theme_change_customer', '1'), ('panel', 'allow_theme_change_customer', '1'),
('panel', 'version', '0.9.31-rc3'); ('panel', 'version', '0.9.31');
DROP TABLE IF EXISTS `panel_tasks`; DROP TABLE IF EXISTS `panel_tasks`;

View File

@@ -2564,3 +2564,9 @@ if (isFroxlorVersion('0.9.31-rc2')) {
updateToVersion('0.9.31-rc3'); updateToVersion('0.9.31-rc3');
} }
if (isFroxlorVersion('0.9.31-rc3')) {
showUpdateStep("Updating from 0.9.31-rc3 to 0.9.31 final", true);
lastStepStatus(0);
updateToVersion('0.9.31');
}

View File

@@ -72,6 +72,6 @@ define('PACKAGE_LOCKED', 1);
define('PACKAGE_ENABLED', 2); define('PACKAGE_ENABLED', 2);
// VERSION INFO // VERSION INFO
$version = '0.9.31-rc3'; $version = '0.9.31';
$dbversion = '2'; $dbversion = '2';
$branding = ''; $branding = '';