From 2c26e6776b91834fe47bd415845a6e65dad7caea Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 17 Jun 2011 07:03:39 +0200 Subject: [PATCH] releasing 1.1.0 RC2 --- lib/Twig/Environment.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 6209474..8c9c5c0 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-RC2'; protected $charset; protected $loader; -- 1.7.2.5