From 2ea01af065c0fcae35629025e5f4aed7336a05e4 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 12 May 2010 12:05:37 +0200 Subject: [PATCH] updated CHANGELOG and bumped version to 0.9.6 --- CHANGELOG | 2 +- lib/Twig/Environment.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5006f50..351a776 100644 --- 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 diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 488557e..edebdf9 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -11,7 +11,7 @@ class Twig_Environment { - const VERSION = '0.9.6-DEV'; + const VERSION = '0.9.6'; protected $charset; protected $loader; -- 1.7.2.5