From bfb861badd728dc83a0d272bd3954f687b4113dd Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 12 May 2010 12:06:28 +0200 Subject: [PATCH] bumped version for development --- CHANGELOG | 2 ++ lib/Twig/Environment.php | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 351a776..c71ea40 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +* 0.9.7-DEV + * 0.9.6 (2010-05-12) * fixed variables defined outside a loop and for which the value changes in a for loop diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index edebdf9..f9a6c73 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -11,7 +11,7 @@ class Twig_Environment { - const VERSION = '0.9.6'; + const VERSION = '0.9.7-DEV'; protected $charset; protected $loader; -- 1.7.2.5