// set new install version to 1.5.0.3

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11832 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-12-28 11:42:22 +00:00
parent 0051788824
commit 6591928844
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -25,7 +25,7 @@
* International Registered Trademark & Property of PrestaShop SA
*/
define('_PS_INSTALL_VERSION_', '1.5.0.2');
define('_PS_INSTALL_VERSION_', '1.5.0.3');
// Generate common constants
define('PS_INSTALLATION_IN_PROGRESS', true);
@@ -106,4 +106,4 @@ class InstallLog
fwrite($this->fd, $info['str']);
fclose($this->fd);
}
}
}