releasing 1.1.0 RC2
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 17 Jun 2011 05:03:39 +0000 (07:03 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 17 Jun 2011 05:03:39 +0000 (07:03 +0200)
lib/Twig/Environment.php

index 6209474..8c9c5c0 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.1.0-DEV';
+    const VERSION = '1.1.0-RC2';
 
     protected $charset;
     protected $loader;