From: Fabien Potencier Date: Tue, 4 Oct 2011 07:58:29 +0000 (+0200) Subject: prepared the 1.3.0-RC1 release X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=5c1277eb8a844cd776cff7efb72b8ec207ef682e;p=konrad%2Ftwig.git prepared the 1.3.0-RC1 release --- 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;