From e96ed3f66c68596c09d19ce1c2a48a2a3bce6acb Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 9 Jan 2011 09:56:15 +0100 Subject: [PATCH] bumped version for dev --- CHANGELOG | 4 ++++ lib/Twig/Environment.php | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ee47434..1409f7b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +* 1.0.0-RC2 + +... + * 1.0.0-RC1 (2011-01-09) Backward incompatibilities: diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 891453e..65cbb2b 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.0.0-RC1'; + const VERSION = '1.0.0-RC2'; protected $charset; protected $loader; -- 1.7.2.5