bumped version for dev
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 28 Nov 2010 07:41:40 +0000 (08:41 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 28 Nov 2010 07:41:40 +0000 (08:41 +0100)
CHANGELOG
lib/Twig/Environment.php

index 1f56ac9..df3f065 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+* 0.9.10
+
 * 0.9.9 (2010-11-28)
 
 Backward incompatibilities:
index dd04479..95cf91c 100644 (file)
@@ -11,7 +11,7 @@
 
 class Twig_Environment
 {
-    const VERSION = '0.9.9';
+    const VERSION = '0.9.10-DEV';
 
     protected $charset;
     protected $loader;