From 0f66b5a0abf4523ad802b080751cce2cf97682fd Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 28 Jun 2010 21:53:19 +0200 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 4b63c14..24153ad 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +* 0.9.9 + * 0.9.8 (2010-06-28) Backward incompatibilities: diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index f3abc12..5d58245 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -11,7 +11,7 @@ class Twig_Environment { - const VERSION = '0.9.8'; + const VERSION = '0.9.9-DEV'; protected $charset; protected $loader; -- 1.7.2.5