bumped version for development
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 12 Jun 2010 16:31:37 +0000 (18:31 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 12 Jun 2010 16:31:37 +0000 (18:31 +0200)
CHANGELOG
lib/Twig/Environment.php

index 6730583..6b77909 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+* 0.9.8
+
+
 * 0.9.7 (2010-06-12)
 
 Backward incompatibilities:
index 38b2454..45385c1 100644 (file)
@@ -11,7 +11,7 @@
 
 class Twig_Environment
 {
-    const VERSION = '0.9.7';
+    const VERSION = '0.9.8-DEV';
 
     protected $charset;
     protected $loader;