prepared the 1.5.0 release

This commit is contained in:
Fabien Potencier
2012-01-04 14:20:58 +01:00
parent 029ebe93c3
commit f6e49636d1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 1.5.0
* 1.5.0 (2012-01-04)
* added Traversable objects support for the join filter
+1 -1
View File
@@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H
#define PHP_TWIG_H
#define PHP_TWIG_VERSION "1.5.0-RC2"
#define PHP_TWIG_VERSION "1.5.0"
#include "php.h"
+1 -1
View File
@@ -17,7 +17,7 @@
*/
class Twig_Environment
{
const VERSION = '1.5.0-RC2';
const VERSION = '1.5.0';
protected $charset;
protected $loader;