prepared the 1.3.0-RC1 release

This commit is contained in:
Fabien Potencier
2011-10-04 09:58:29 +02:00
parent 737c29a613
commit 5c1277eb8a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 1.3.0
* 1.3.0-RC1 (2011-10-04)
* added an optimization for the parent() function
* added cache reloading when auto_reload is true and an extension has been modified
+1 -1
View File
@@ -17,7 +17,7 @@
*/
class Twig_Environment
{
const VERSION = '1.3.0-DEV';
const VERSION = '1.3.0-RC1';
protected $charset;
protected $loader;