updated VERSION
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 11 Jul 2011 16:53:57 +0000 (18:53 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 11 Jul 2011 16:53:57 +0000 (18:53 +0200)
lib/Twig/Environment.php

index 035f039..8598c0c 100644 (file)
@@ -17,7 +17,7 @@
  */
 class Twig_Environment
 {
-    const VERSION = '1.1.0-RC3';
+    const VERSION = '1.1.1-DEV';
 
     protected $charset;
     protected $loader;