From 8d7c858931e2f676246dad49b255cc2bc4efd72e Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Mon, 11 Mar 2013 10:51:36 +0100 Subject: [PATCH] setting version to 0.9.28-rc1 Signed-off-by: Michael Kaufmann (d00p) --- install/froxlor.sql | 2 +- install/updates/froxlor/0.9/update_0.9.inc.php | 6 ++++++ lib/tables.inc.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/install/froxlor.sql b/install/froxlor.sql index bf93b7fb..cc2fc4c6 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -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'); diff --git a/install/updates/froxlor/0.9/update_0.9.inc.php b/install/updates/froxlor/0.9/update_0.9.inc.php index a7670210..842622aa 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -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'); +} diff --git a/lib/tables.inc.php b/lib/tables.inc.php index ed4fabd9..b7aa9e14 100644 --- a/lib/tables.inc.php +++ b/lib/tables.inc.php @@ -73,6 +73,6 @@ define('PACKAGE_ENABLED', 2); // VERSION INFO -$version = '0.9.28-svn6'; +$version = '0.9.28-rc1'; $dbversion = '2'; $branding = '';