From a7a5f1d975c001020673de86204c0537edcdcfd0 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 12 Jun 2010 18:26:15 +0200 Subject: [PATCH] updated CHANGELOG and bumped version to 0.9.7 --- CHANGELOG | 2 +- lib/Twig/Environment.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f5c98a1..6730583 100644 --- 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" %}) diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 9b33e2f..38b2454 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -11,7 +11,7 @@ class Twig_Environment { - const VERSION = '0.9.7-DEV'; + const VERSION = '0.9.7'; protected $charset; protected $loader; -- 1.7.2.5