releasing 1.1.0 RC2

This commit is contained in:
Fabien Potencier
2011-06-17 07:03:39 +02:00
parent a12aec38c3
commit 2c26e6776b
+1 -1
View File
@@ -17,7 +17,7 @@
*/
class Twig_Environment
{
const VERSION = '1.1.0-DEV';
const VERSION = '1.1.0-RC2';
protected $charset;
protected $loader;