From 4a5057997d6d3ffacb2dad1550972a244d459ab8 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 13 Sep 2011 17:01:30 +0200 Subject: [PATCH] prepared 1.2.0 release --- CHANGELOG | 6 +++++- lib/Twig/Environment.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4a45d74..dbe8f3e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,8 @@ -* 1.2.0 (2011-09-10) +* 1.2.0 (2011-09-13) + +no changes + +* 1.2.0-RC1 (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 63ec2d2..b91c80c 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.2.0-RC1'; + const VERSION = '1.2.0'; protected $charset; protected $loader; -- 1.7.2.5