prepared 1.2.0-RC1 release
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 10 Sep 2011 06:57:30 +0000 (08:57 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 10 Sep 2011 06:57:30 +0000 (08:57 +0200)
CHANGELOG
lib/Twig/Environment.php

index dbb09db..4a45d74 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.2.0
+* 1.2.0 (2011-09-10)
 
  * enhanced the exception when a tag remains unclosed
  * added support for empty Countable objects for the "empty" test
index de5a7bf..63ec2d2 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.2.0-DEV';
+    const VERSION = '1.2.0-RC1';
 
     protected $charset;
     protected $loader;