changed dev version
authorfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Wed, 14 Oct 2009 08:24:30 +0000 (08:24 +0000)
committerfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Wed, 14 Oct 2009 08:24:30 +0000 (08:24 +0000)
git-svn-id: http://svn.twig-project.org/trunk@45 93ef8e89-cb99-4229-a87c-7fa0fa45744b

lib/Twig/Environment.php

index 7ec8433..65e3e6c 100644 (file)
@@ -11,7 +11,7 @@
 
 class Twig_Environment
 {
-  const VERSION = '0.9-DEV';
+  const VERSION = '0.9.1-DEV';
 
   protected $charset;
   protected $loader;