From 380754811489e74328da6ec766aebaab79c69cda Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 28 May 2011 17:34:18 +0200 Subject: [PATCH] releasing 1.1.0 RC1 --- CHANGELOG | 2 +- lib/Twig/Environment.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a1eb1cf..076988b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 1.1.0 (????-??-??) +* 1.1.0-RC1 (2011-05-28) Flush your cache after upgrading. diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 6209474..ee2eda1 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.1.0-DEV'; + const VERSION = '1.1.0-RC1'; protected $charset; protected $loader; -- 1.7.2.5