From: Fabien Potencier Date: Sun, 20 Nov 2011 09:41:28 +0000 (+0100) Subject: prepared the 1.4.0-RC1 release X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=2e268ccd9ba3d8095a74edbf2028276fe03f97d8;p=konrad%2Ftwig.git prepared the 1.4.0-RC1 release --- diff --git a/CHANGELOG b/CHANGELOG index 6cdb593..6f400cc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 1.4.0 +* 1.4.0-RC1 (2011-11-20) * optimized variable access when using PHP 5.4 * changed the precedence of the .. operator to be more consistent with languages that implements such a feature like Ruby diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index c3cdf28..88ec1b6 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.4.0-DEV'; + const VERSION = '1.4.0-RC1'; protected $charset; protected $loader;