updated CHANGELOG and bumped version to 0.9.7

This commit is contained in:
Fabien Potencier
2010-06-12 18:26:15 +02:00
parent 300f2b1560
commit a7a5f1d975
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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" %})
+1 -1
View File
@@ -11,7 +11,7 @@
class Twig_Environment
{
const VERSION = '0.9.7-DEV';
const VERSION = '0.9.7';
protected $charset;
protected $loader;