From: Fabien Potencier Date: Sun, 9 Jan 2011 08:47:02 +0000 (+0100) Subject: updated CHANGELOG and bumped version to 1.0.0-RC1 X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=b5d97e2c181d192e772e6546f8b031fc992f52ad;p=konrad%2Ftwig.git updated CHANGELOG and bumped version to 1.0.0-RC1 --- diff --git a/CHANGELOG b/CHANGELOG index 3d549e4..ee47434 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 1.0.0-RC1 +* 1.0.0-RC1 (2011-01-09) Backward incompatibilities: diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index ac52398..891453e 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.0.0-BETA1'; + const VERSION = '1.0.0-RC1'; protected $charset; protected $loader;