bumped version for development
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 12 May 2010 10:06:28 +0000 (12:06 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 12 May 2010 10:06:28 +0000 (12:06 +0200)
CHANGELOG
lib/Twig/Environment.php

index 351a776..c71ea40 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+* 0.9.7-DEV
+
 * 0.9.6 (2010-05-12)
 
  * fixed variables defined outside a loop and for which the value changes in a for loop
index edebdf9..f9a6c73 100644 (file)
@@ -11,7 +11,7 @@
 
 class Twig_Environment
 {
-    const VERSION = '0.9.6';
+    const VERSION = '0.9.7-DEV';
 
     protected $charset;
     protected $loader;