// Update installer version

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13871 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
aFolletete
2012-03-06 09:48:03 +00:00
parent 1181d38cf4
commit 7a223c2f91
3 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -828,7 +828,7 @@
<value>7700</value>
</configuration>
<configuration id="PS_VERSION_DB" name="PS_VERSION_DB">
<value>1.5.0.7</value>
<value>1.5.0.9</value>
</configuration>
<configuration id="PS_VOLUME_UNIT_1" name="PS_VOLUME_UNIT">
<value>L</value>
@@ -843,13 +843,13 @@
<value>localhost</value>
</configuration>
<configuration id="PS_INSTALL_VERSION" name="PS_INSTALL_VERSION">
<value>1.5.0.7</value>
<value>1.5.0.9</value>
</configuration>
<configuration id="PS_SHOP_NAME" name="PS_SHOP_NAME">
<value>Test</value>
</configuration>
<configuration id="PS_SHOP_EMAIL" name="PS_SHOP_EMAIL">
<value>raphael.malie@gmail.com</value>
<value>contact@prestashop.com</value>
</configuration>
<configuration id="PS_MAIL_METHOD" name="PS_MAIL_METHOD">
<value>1</value>
+1 -1
View File
@@ -25,4 +25,4 @@
* International Registered Trademark & Property of PrestaShop SA
*/
define('_PS_INSTALL_VERSION_', '1.5.0.8');
define('_PS_INSTALL_VERSION_', '1.5.0.9');
+1
View File
@@ -0,0 +1 @@
SET NAMES 'utf8';