From: Fabien Potencier Date: Thu, 16 Dec 2010 08:48:40 +0000 (+0100) Subject: bumped version for dev X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=283fce6b021e1cd4b7390155de32f513ed7ca889;p=web%2Fkonrad%2Ftwig.git bumped version for dev --- diff --git a/CHANGELOG b/CHANGELOG index f6f5a0e..c636ab0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +* 1.0.0-BETA1 + +... + * 0.9.10 (2010-12-16) Backward incompatibilities: diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 255a0fd..5d683c1 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -11,7 +11,7 @@ class Twig_Environment { - const VERSION = '0.9.10'; + const VERSION = '1.0.0-BETA1'; protected $charset; protected $loader;