From 2e268ccd9ba3d8095a74edbf2028276fe03f97d8 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 20 Nov 2011 10:41:28 +0100 Subject: [PATCH] prepared the 1.4.0-RC1 release --- CHANGELOG | 2 +- lib/Twig/Environment.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 1.7.2.5