From 066d561e4340ba5a34f533fffc9e513638907320 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 24 Jun 2011 11:07:17 +0200 Subject: [PATCH] prepare 1.1 RC3 --- CHANGELOG | 2 +- lib/Twig/Environment.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5eb5b69..9fdf744 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 1.1.0 +* 1.1.0-RC3 (2011-06-24) Changes: diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 8c9c5c0..035f039 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.1.0-RC2'; + const VERSION = '1.1.0-RC3'; protected $charset; protected $loader; -- 1.7.2.5