From c947370ddc3002409e0561c3aff298918e63bdd7 Mon Sep 17 00:00:00 2001 From: "Andreas Burchert (scarya)" Date: Mon, 12 Dec 2011 20:02:41 +0100 Subject: [PATCH] Fix the updater. Signed-off-by: Andreas Burchert (scarya) --- install/updates/froxlor/0.9/update_0.9.inc.php | 4 ++-- lib/tables.inc.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 5a1405f5..cca83be6 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -1727,7 +1727,7 @@ if(isFroxlorVersion('0.9.25-rc1')) if(isFroxlorVersion('0.9.25')) { - showUpdateStep("Updating from 0.9.25 to 0.9.26-rc1"); + showUpdateStep("Updating from 0.9.25 to 0.9.26-svn1"); lastStepStatus(0); // enable bind by default @@ -1754,6 +1754,6 @@ if(isFroxlorVersion('0.9.25')) $db->query("INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES ('system', 'backup_enabled', '". $state ."');"); } - updateToVersion('0.9.26-rc1'); + updateToVersion('0.9.26-svn1'); } diff --git a/lib/tables.inc.php b/lib/tables.inc.php index 2edbb16a..c907dd38 100644 --- a/lib/tables.inc.php +++ b/lib/tables.inc.php @@ -73,6 +73,6 @@ define('PACKAGE_ENABLED', 2); // VERSION INFO -$version = '0.9.25'; +$version = '0.9.26-svn1'; $dbversion = '2'; $branding = '';