updated CHANGELOG and bumped version to 0.9.6
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 12 May 2010 10:05:37 +0000 (12:05 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 12 May 2010 10:05:37 +0000 (12:05 +0200)
CHANGELOG
lib/Twig/Environment.php

index 5006f50..351a776 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 0.9.6-DEV
+* 0.9.6 (2010-05-12)
 
  * fixed variables defined outside a loop and for which the value changes in a for loop
  * fixed the test suite for PHP 5.2 and older versions of PHPUnit
index 488557e..edebdf9 100644 (file)
@@ -11,7 +11,7 @@
 
 class Twig_Environment
 {
-    const VERSION = '0.9.6-DEV';
+    const VERSION = '0.9.6';
 
     protected $charset;
     protected $loader;