From cf66dcf38dce23b01f684ffb7238e9a9ff65b331 Mon Sep 17 00:00:00 2001 From: "Florian Aders (EleRas)" Date: Wed, 4 May 2011 14:34:36 +0200 Subject: [PATCH] fixed updater, I now really hate that bitch Signed-off-by: Florian Aders (EleRas) --- install/updates/froxlor/0.9/update_0.9.inc.php | 2 +- lib/tables.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 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 8c31f2de..6b3e5765 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -1583,5 +1583,5 @@ if(isFroxlorVersion('0.9.20.1')) } lastStepStatus(0); - updateToVersion('0.9.20.1-svn1'); + updateToVersion('0.9.20.2-svn1'); } diff --git a/lib/tables.inc.php b/lib/tables.inc.php index 2db82d5c..d353325a 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.1-svn1'; +$version = '0.9.20.2-svn1'; $dbversion = '2'; $branding = '';