From f918219cf958f72ca25d53b9b7498dc778da8c16 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 30 Jul 2011 10:10:16 +0200 Subject: [PATCH] bumped version to 1.2.0-DEV --- CHANGELOG | 4 ++++ lib/Twig/Environment.php | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d830255..9f596b4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +* 1.2.0 + +n/a + * 1.1.2 (2011-07-30) * fixed json_encode filter on PHP 5.2 diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index e52f34d..d706f6c 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.1.2'; + const VERSION = '1.2.0-DEV'; protected $charset; protected $loader; -- 1.7.2.5