From b2d873fe312782820df0382352f73511668ceb48 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Mon, 14 Oct 2013 16:12:34 +0200 Subject: [PATCH] set version to 0.9.30-rc1 Signed-off-by: Michael Kaufmann (d00p) --- install/froxlor.sql | 2 +- install/updates/froxlor/0.9/update_0.9.inc.php | 7 ++++++- lib/tables.inc.php | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/install/froxlor.sql b/install/froxlor.sql index 16b52a7d..965856e3 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -538,7 +538,7 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES ('panel', 'phpconfigs_hidestdsubdomain', '0'), ('panel', 'allow_theme_change_admin', '1'), ('panel', 'allow_theme_change_customer', '1'), - ('panel', 'version', '0.9.30-dev1'); + ('panel', 'version', '0.9.30-rc1'); DROP TABLE IF EXISTS `panel_tasks`; 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 e70e807c..3ff304cd 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -2248,6 +2248,11 @@ if (isFroxlorVersion('0.9.29.1-dev3')) { if (isFroxlorVersion('0.9.29.1-dev4')) { showUpdateStep("Updating from 0.9.29.1-dev4 to 0.9.30-dev1", true); lastStepStatus(0); - updateToVersion('0.9.30-dev1'); } + +if (isFroxlorVersion('0.9.30-dev1')) { + showUpdateStep("Updating from 0.9.30-dev1 to 0.9.30-rc1", true); + lastStepStatus(0); + updateToVersion('0.9.30-rc1'); +} diff --git a/lib/tables.inc.php b/lib/tables.inc.php index ab1194f3..a2fb3565 100644 --- a/lib/tables.inc.php +++ b/lib/tables.inc.php @@ -74,6 +74,6 @@ define('PACKAGE_LOCKED', 1); define('PACKAGE_ENABLED', 2); // VERSION INFO -$version = '0.9.30-dev1'; +$version = '0.9.30-rc1'; $dbversion = '2'; $branding = '';