From 23361e64bbf76a47db020cfb9c047c15ffaa21be Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Wed, 18 Sep 2013 12:50:22 +0200 Subject: [PATCH] setting version to 0.9.29 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 ab215fb4..a43fe54b 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -542,7 +542,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.29-rc1'); + ('panel', 'version', '0.9.29'); 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 b21a8892..bc9549b1 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -2149,3 +2149,9 @@ if (isFroxlorVersion('0.9.29-dev4')) { 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'); +} diff --git a/lib/tables.inc.php b/lib/tables.inc.php index 09da1072..f650dd68 100644 --- a/lib/tables.inc.php +++ b/lib/tables.inc.php @@ -74,6 +74,6 @@ define('PACKAGE_ENABLED', 2); // VERSION INFO -$version = '0.9.29-rc1'; +$version = '0.9.29'; $dbversion = '2'; $branding = '';