bumped version for dev
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 28 Jun 2010 19:53:19 +0000 (21:53 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 28 Jun 2010 19:53:19 +0000 (21:53 +0200)
CHANGELOG
lib/Twig/Environment.php

index 4b63c14..24153ad 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+* 0.9.9
+
 * 0.9.8 (2010-06-28)
 
 Backward incompatibilities:
index f3abc12..5d58245 100644 (file)
@@ -11,7 +11,7 @@
 
 class Twig_Environment
 {
-    const VERSION = '0.9.8';
+    const VERSION = '0.9.9-DEV';
 
     protected $charset;
     protected $loader;