setting version to 0.9.28-rc1

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-03-11 10:51:36 +01:00
parent deee18a7a1
commit 8d7c858931
3 changed files with 8 additions and 2 deletions

View File

@@ -535,7 +535,7 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES
('panel', 'password_regex', ''),
('panel', 'use_webfonts', '0'),
('panel', 'webfont', 'Numans'),
('panel', 'version', '0.9.28-svn6');
('panel', 'version', '0.9.28-rc1');

View File

@@ -2018,3 +2018,9 @@ if(isFroxlorVersion('0.9.28-svn5')) {
updateToVersion('0.9.28-svn6');
}
if (isFroxlorVersion('0.9.28-svn6')) {
showUpdateStep("Updating from 0.9.28-svn6 to 0.9.28 release candidate 1");
lastStepStatus(0);
updateToVersion('0.9.28-rc1');
}