From 283fce6b021e1cd4b7390155de32f513ed7ca889 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 16 Dec 2010 09:48:40 +0100 Subject: [PATCH] bumped version for dev --- CHANGELOG | 4 ++++ lib/Twig/Environment.php | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) 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; -- 1.7.2.5