From bbb8acc0de504882845d3c90d28d356b4b1f0ffd Mon Sep 17 00:00:00 2001 From: gBrunier Date: Fri, 12 Aug 2011 14:47:18 +0000 Subject: [PATCH] //Changing version git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8056 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/productcomments/productcomments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/productcomments/productcomments.php b/modules/productcomments/productcomments.php index 77f45f0d0..2fed16e8f 100644 --- a/modules/productcomments/productcomments.php +++ b/modules/productcomments/productcomments.php @@ -42,7 +42,7 @@ class ProductComments extends Module { $this->name = 'productcomments'; $this->tab = 'front_office_features'; - $this->version = '2.1'; + $this->version = '2.2'; $this->author = 'PrestaShop'; $this->need_instance = 0;