From 08e6e83d4fff6e93ad838741909a306eac04fef5 Mon Sep 17 00:00:00 2001 From: rMalie Date: Fri, 23 Dec 2011 01:03:12 +0000 Subject: [PATCH] // Add version number in install file --- install-new/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-new/init.php b/install-new/init.php index 6dd68d42f..0c113fa35 100644 --- a/install-new/init.php +++ b/install-new/init.php @@ -25,7 +25,7 @@ * International Registered Trademark & Property of PrestaShop SA */ -define('_PS_INSTALL_VERSION_', '1.5.0.0'); +define('_PS_INSTALL_VERSION_', '1.5.0.2'); // Generate common constants define('PS_INSTALLATION_IN_PROGRESS', true);