prepared the 1.4.0-RC1 release
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 20 Nov 2011 09:41:28 +0000 (10:41 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 20 Nov 2011 09:41:28 +0000 (10:41 +0100)
CHANGELOG
lib/Twig/Environment.php

index 6cdb593..6f400cc 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
index c3cdf28..88ec1b6 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.4.0-DEV';
+    const VERSION = '1.4.0-RC1';
 
     protected $charset;
     protected $loader;