prepared the 1.12.2 release

This commit is contained in:
Fabien Potencier
2013-02-09 19:21:53 +01:00
parent 01bf732b8b
commit a56f7405be
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 1.12.2 (2013-XX-XX)
* 1.12.2 (2013-02-09)
* fixed the timezone used by the date filter and function when the given date contains a timezone (like 2010-01-28T15:00:00+02:00)
* fixed globals when getGlobals is called early on
+1 -1
View File
@@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H
#define PHP_TWIG_H
#define PHP_TWIG_VERSION "1.12.2-DEV"
#define PHP_TWIG_VERSION "1.12.2"
#include "php.h"
+1 -1
View File
@@ -17,7 +17,7 @@
*/
class Twig_Environment
{
const VERSION = '1.12.2-DEV';
const VERSION = '1.12.2';
protected $charset;
protected $loader;