updated CHANGELOG and bumped version to 0.9.7
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 12 Jun 2010 16:26:15 +0000 (18:26 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 12 Jun 2010 16:26:15 +0000 (18:26 +0200)
CHANGELOG
lib/Twig/Environment.php

index f5c98a1..6730583 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-* 0.9.7-DEV
+* 0.9.7 (2010-06-12)
 
 Backward incompatibilities:
  * changed 'as' to '=' for the set tag ({% set title as "Title" %} must now be {% set title = "Title" %})
index 9b33e2f..38b2454 100644 (file)
@@ -11,7 +11,7 @@
 
 class Twig_Environment
 {
-    const VERSION = '0.9.7-DEV';
+    const VERSION = '0.9.7';
 
     protected $charset;
     protected $loader;