From: Fabien Potencier Date: Mon, 28 Jun 2010 19:53:19 +0000 (+0200) Subject: bumped version for dev X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=0f66b5a0abf4523ad802b080751cce2cf97682fd;p=konrad%2Ftwig.git bumped version for dev --- diff --git a/CHANGELOG b/CHANGELOG index 4b63c14..24153ad 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +* 0.9.9 + * 0.9.8 (2010-06-28) Backward incompatibilities: diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index f3abc12..5d58245 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -11,7 +11,7 @@ class Twig_Environment { - const VERSION = '0.9.8'; + const VERSION = '0.9.9-DEV'; protected $charset; protected $loader;