prepared the 1.3.0-RC1 release

This commit is contained in:
Fabien Potencier
2011-10-08 14:04:10 +02:00
parent 8dcc0b3029
commit 4b929992df
+1 -1
View File
@@ -17,7 +17,7 @@
*/
class Twig_Environment
{
const VERSION = '1.3.0-RC1';
const VERSION = '1.3.0';
protected $charset;
protected $loader;