// set installers to 1.5.0.4, for next week release

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11919 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-12-30 09:37:20 +00:00
parent 0d4ff730bf
commit 55de25f4f2
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ if ($tmp = strpos($_SERVER['REQUEST_URI'], '?'))
$_SERVER['REQUEST_URI'] = substr($_SERVER['REQUEST_URI'], 0, $tmp);
$_SERVER['REQUEST_URI'] = str_replace('//', '/', $_SERVER['REQUEST_URI']);
define('INSTALL_VERSION', '1.5.0.3');
define('INSTALL_VERSION', '1.5.0.4');
define('PS_INSTALLATION_IN_PROGRESS', true);
require_once(INSTALL_PATH.'/classes/ToolsInstall.php');
define('SETTINGS_FILE', INSTALL_PATH.'/../config/settings.inc.php');