From: Fabien Potencier Date: Sun, 28 Nov 2010 07:41:40 +0000 (+0100) Subject: bumped version for dev X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=c54e0dad209c193be77d54e4902f2377c09d78a6;p=web%2Fkonrad%2Ftwig.git bumped version for dev --- diff --git a/CHANGELOG b/CHANGELOG index 1f56ac9..df3f065 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +* 0.9.10 + * 0.9.9 (2010-11-28) Backward incompatibilities: diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index dd04479..95cf91c 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -11,7 +11,7 @@ class Twig_Environment { - const VERSION = '0.9.9'; + const VERSION = '0.9.10-DEV'; protected $charset; protected $loader;