updated VERSION
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 28 May 2011 15:35:04 +0000 (17:35 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 28 May 2011 15:35:04 +0000 (17:35 +0200)
lib/Twig/Environment.php

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