From: Fabien Potencier Date: Wed, 12 May 2010 10:06:28 +0000 (+0200) Subject: bumped version for development X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=bfb861badd728dc83a0d272bd3954f687b4113dd;p=konrad%2Ftwig.git bumped version for development --- 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;