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 = '';