setting version to 0.9.28-rc1
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -535,7 +535,7 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES
|
|||||||
('panel', 'password_regex', ''),
|
('panel', 'password_regex', ''),
|
||||||
('panel', 'use_webfonts', '0'),
|
('panel', 'use_webfonts', '0'),
|
||||||
('panel', 'webfont', 'Numans'),
|
('panel', 'webfont', 'Numans'),
|
||||||
('panel', 'version', '0.9.28-svn6');
|
('panel', 'version', '0.9.28-rc1');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2018,3 +2018,9 @@ if(isFroxlorVersion('0.9.28-svn5')) {
|
|||||||
|
|
||||||
updateToVersion('0.9.28-svn6');
|
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');
|
||||||
|
}
|
||||||
|
|||||||
@@ -73,6 +73,6 @@ define('PACKAGE_ENABLED', 2);
|
|||||||
|
|
||||||
// VERSION INFO
|
// VERSION INFO
|
||||||
|
|
||||||
$version = '0.9.28-svn6';
|
$version = '0.9.28-rc1';
|
||||||
$dbversion = '2';
|
$dbversion = '2';
|
||||||
$branding = '';
|
$branding = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user