From: Fabien Potencier Date: Sat, 12 Jun 2010 16:31:37 +0000 (+0200) Subject: bumped version for development X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=fc0387606ce37594fff0e0ad69c59c62351fd316;p=web%2Fkonrad%2Ftwig.git bumped version for development --- 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;