From 1013a3ec48428720713df36b0436a50bdf2618e2 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 18 Feb 2013 14:42:15 +0100 Subject: [PATCH] change propel version in config_thelia file --- local/config/config_thelia.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/config/config_thelia.php b/local/config/config_thelia.php index 5c90834c3..e91451eed 100644 --- a/local/config/config_thelia.php +++ b/local/config/config_thelia.php @@ -13,6 +13,6 @@ $conf = array ( ), ), ), - 'generator_version' => '1.6.7', + 'generator_version' => '1.6.8', ); return $conf; \ No newline at end of file