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 95c85fab..11b8fbf6 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -1493,11 +1493,11 @@ if(isFroxlorVersion('0.9.18.1')) if(isFroxlorVersion('0.9.19')) { - showUpdateStep("Updating from 0.9.19 to 0.9.20"); + showUpdateStep("Updating from 0.9.19 to 0.9.20-svn1"); lastStepStatus(0); showUpdateStep("Adding new setting for domain validation"); $db->query("INSERT INTO `" . TABLE_PANEL_SETTINGS . "` (`settinggroup`, `varname`, `value`) VALUES ('system', 'validate_domain', '1')"); - updateToVersion('0.9.20'); + updateToVersion('0.9.20-svn1'); } diff --git a/lib/tables.inc.php b/lib/tables.inc.php index b04abdb2..13d5b6da 100644 --- a/lib/tables.inc.php +++ b/lib/tables.inc.php @@ -73,6 +73,6 @@ define('PACKAGE_ENABLED', 2); // VERSION INFO -$version = '0.9.19'; +$version = '0.9.20-svn1'; $dbversion = '2'; $branding = '';