releasing 1.1.0 RC1
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 28 May 2011 15:34:18 +0000 (17:34 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 28 May 2011 15:34:18 +0000 (17:34 +0200)
CHANGELOG
lib/Twig/Environment.php

index a1eb1cf..076988b 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.1.0 (????-??-??)
+* 1.1.0-RC1 (2011-05-28)
 
 Flush your cache after upgrading.
 
index 6209474..ee2eda1 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.1.0-DEV';
+    const VERSION = '1.1.0-RC1';
 
     protected $charset;
     protected $loader;