prepared the 1.4.0-RC1 release

This commit is contained in:
Fabien Potencier
2011-11-20 10:41:28 +01:00
parent c3eceb4826
commit 2e268ccd9b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 1.4.0
* 1.4.0-RC1 (2011-11-20)
* optimized variable access when using PHP 5.4
* changed the precedence of the .. operator to be more consistent with languages that implements such a feature like Ruby
+1 -1
View File
@@ -17,7 +17,7 @@
*/
class Twig_Environment
{
const VERSION = '1.4.0-DEV';
const VERSION = '1.4.0-RC1';
protected $charset;
protected $loader;