From c54e0dad209c193be77d54e4902f2377c09d78a6 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 28 Nov 2010 08:41:40 +0100 Subject: [PATCH] bumped version for dev --- CHANGELOG | 2 ++ lib/Twig/Environment.php | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1f56ac9..df3f065 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +* 0.9.10 + * 0.9.9 (2010-11-28) Backward incompatibilities: diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index dd04479..95cf91c 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -11,7 +11,7 @@ class Twig_Environment { - const VERSION = '0.9.9'; + const VERSION = '0.9.10-DEV'; protected $charset; protected $loader; -- 1.7.2.5