From: Fabien Potencier Date: Thu, 16 Dec 2010 08:47:09 +0000 (+0100) Subject: updated CHANGELOG and bumped version to 0.9.10 X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=6182ade6b369317910783f32c675f2b53d49e9cb;p=web%2Fkonrad%2Ftwig.git updated CHANGELOG and bumped version to 0.9.10 --- diff --git a/CHANGELOG b/CHANGELOG index e97f2ea..f6f5a0e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 0.9.10 +* 0.9.10 (2010-12-16) Backward incompatibilities: diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 6de6539..255a0fd 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -11,7 +11,7 @@ class Twig_Environment { - const VERSION = '0.9.10-DEV'; + const VERSION = '0.9.10'; protected $charset; protected $loader;