prepare 1.1 RC3

This commit is contained in:
Fabien Potencier
2011-06-24 11:07:17 +02:00
parent 83a0cbab91
commit 066d561e43
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 1.1.0
* 1.1.0-RC3 (2011-06-24)
Changes:
+1 -1
View File
@@ -17,7 +17,7 @@
*/
class Twig_Environment
{
const VERSION = '1.1.0-RC2';
const VERSION = '1.1.0-RC3';
protected $charset;
protected $loader;