From 5c1277eb8a844cd776cff7efb72b8ec207ef682e Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 4 Oct 2011 09:58:29 +0200 Subject: [PATCH] prepared the 1.3.0-RC1 release --- CHANGELOG | 2 +- lib/Twig/Environment.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 89322d1..057b681 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 1.3.0 +* 1.3.0-RC1 (2011-10-04) * added an optimization for the parent() function * added cache reloading when auto_reload is true and an extension has been modified diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index dd11538..236be8c 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.3.0-DEV'; + const VERSION = '1.3.0-RC1'; protected $charset; protected $loader; -- 1.7.2.5