From 35ffb1295078ab0694d0fef6c49dd01715daed45 Mon Sep 17 00:00:00 2001 From: "Andreas Burchert (scarya)" Date: Sun, 24 Apr 2011 02:55:44 +0200 Subject: [PATCH] Fix for versioning. Signed-off-by: Andreas Burchert (scarya) --- install/updates/froxlor/0.9/update_0.9.inc.php | 6 +++--- lib/tables.inc.php | 2 +- 2 files changed, 4 insertions(+), 4 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 01b813bc..fe0e5b71 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -1526,9 +1526,9 @@ if(isFroxlorVersion('0.9.19')) } -if(isFroxlorVersion('0.9.19')) +if(isFroxlorVersion('0.9.20-svn1')) { - showUpdateStep("Updating from 0.9.19 to 0.9.20"); + showUpdateStep("Updating from 0.9.20-svn1 to 0.9.20-svn2"); // adding backup stuff @@ -1546,5 +1546,5 @@ if(isFroxlorVersion('0.9.19')) $db->query("INSERT INTO `" . TABLE_PANEL_CRONRUNS . "` (`module`, `cronfile`, `interval`, `isactive`, `desc_lng_key`) VALUES ('froxlor/backup', 'cron_backup.php', '1 Day', '1', 'cron_backup');"); lastStepStatus(0); - updateToVersion('0.9.20'); + updateToVersion('0.9.20-svn2'); } \ No newline at end of file diff --git a/lib/tables.inc.php b/lib/tables.inc.php index 13d5b6da..e08080df 100644 --- a/lib/tables.inc.php +++ b/lib/tables.inc.php @@ -73,6 +73,6 @@ define('PACKAGE_ENABLED', 2); // VERSION INFO -$version = '0.9.20-svn1'; +$version = '0.9.20-svn2'; $dbversion = '2'; $branding = '';