From 8c086d7560ae01f3f4a12d56df7862c67a6061b0 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 10 Sep 2011 08:57:30 +0200 Subject: [PATCH] prepared 1.2.0-RC1 release --- CHANGELOG | 2 +- lib/Twig/Environment.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 1.7.2.5