setting version to 0.9.29

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-09-18 12:50:22 +02:00
parent b5a999ae6b
commit 23361e64bb
3 changed files with 8 additions and 2 deletions

View File

@@ -542,7 +542,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.29-rc1'); ('panel', 'version', '0.9.29');

View File

@@ -2149,3 +2149,9 @@ if (isFroxlorVersion('0.9.29-dev4')) {
updateToVersion('0.9.29-rc1'); updateToVersion('0.9.29-rc1');
} }
if (isFroxlorVersion('0.9.29-rc1')) {
showUpdateStep("Updating from 0.9.29-rc1 to 0.9.29 final", true);
lastStepStatus(0);
updateToVersion('0.9.29');
}

View File

@@ -74,6 +74,6 @@ define('PACKAGE_ENABLED', 2);
// VERSION INFO // VERSION INFO
$version = '0.9.29-rc1'; $version = '0.9.29';
$dbversion = '2'; $dbversion = '2';
$branding = ''; $branding = '';