From fc0387606ce37594fff0e0ad69c59c62351fd316 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 12 Jun 2010 18:31:37 +0200 Subject: [PATCH] bumped version for development --- CHANGELOG | 3 +++ lib/Twig/Environment.php | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6730583..6b77909 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +* 0.9.8 + + * 0.9.7 (2010-06-12) Backward incompatibilities: diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 38b2454..45385c1 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -11,7 +11,7 @@ class Twig_Environment { - const VERSION = '0.9.7'; + const VERSION = '0.9.8-DEV'; protected $charset; protected $loader; -- 1.7.2.5