prepare 1.1 RC3
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 24 Jun 2011 09:07:17 +0000 (11:07 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 24 Jun 2011 09:07:17 +0000 (11:07 +0200)
CHANGELOG
lib/Twig/Environment.php

index 5eb5b69..9fdf744 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 1.1.0
+* 1.1.0-RC3 (2011-06-24)
 
 Changes:
 
index 8c9c5c0..035f039 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.1.0-RC2';
+    const VERSION = '1.1.0-RC3';
 
     protected $charset;
     protected $loader;