From: Fabien Potencier Date: Sat, 10 Sep 2011 06:57:30 +0000 (+0200) Subject: prepared 1.2.0-RC1 release X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=8c086d7560ae01f3f4a12d56df7862c67a6061b0;p=konrad%2Ftwig.git prepared 1.2.0-RC1 release --- diff --git a/CHANGELOG b/CHANGELOG index dbb09db..4a45d74 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 1.2.0 +* 1.2.0 (2011-09-10) * enhanced the exception when a tag remains unclosed * added support for empty Countable objects for the "empty" test diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index de5a7bf..63ec2d2 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.2.0-DEV'; + const VERSION = '1.2.0-RC1'; protected $charset; protected $loader;