prepared 1.1.2 released

This commit is contained in:
Fabien Potencier
2011-07-30 09:52:15 +02:00
parent 9b73026e91
commit 396435ecd0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 1.1.2
* 1.1.2 (2011-07-30)
* fixed json_encode filter on PHP 5.2
* fixed regression introduced in 1.1.1 ({{ block(foo|lower) }})
+1 -1
View File
@@ -17,7 +17,7 @@
*/
class Twig_Environment
{
const VERSION = '1.1.1';
const VERSION = '1.1.2';
protected $charset;
protected $loader;