From b5d97e2c181d192e772e6546f8b031fc992f52ad Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 9 Jan 2011 09:47:02 +0100 Subject: [PATCH] updated CHANGELOG and bumped version to 1.0.0-RC1 --- CHANGELOG | 2 +- lib/Twig/Environment.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3d549e45c7..ee4743404e 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 ac52398061..891453e71d 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;