prepared the 1.5.0-RC2 release

This commit is contained in:
Fabien Potencier
2011-12-30 16:23:51 +01:00
parent f64d976182
commit 956830c7ee
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 1.5.0-RC2
* 1.5.0-RC2 (2011-12-30)
* added a way to set the default global date interval format
* fixed the date filter for DateInterval instances (setTimezone() does not exist for them)
+1 -1
View File
@@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H
#define PHP_TWIG_H
#define PHP_TWIG_VERSION "1.5.0-RC1"
#define PHP_TWIG_VERSION "1.5.0-RC2"
#include "php.h"
+1 -1
View File
@@ -17,7 +17,7 @@
*/
class Twig_Environment
{
const VERSION = '1.5.0-RC1';
const VERSION = '1.5.0-RC2';
protected $charset;
protected $loader;