From 84bfd2da12b10e1e7ec62a4ecd841de52800485a Mon Sep 17 00:00:00 2001 From: fabien Date: Wed, 14 Oct 2009 14:16:58 +0000 Subject: [PATCH] changed dev version to 0.9.2 git-svn-id: http://svn.twig-project.org/trunk@51 93ef8e89-cb99-4229-a87c-7fa0fa45744b --- CHANGELOG | 4 +++- lib/Twig/Environment.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c5bd651..63b7cec 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,6 @@ -* 0.9.1-DEV +* 0.9.2-DEV + +* 0.9.1 (2009-10-14) * fixed a bug in PHP 5.2.6 * fixed numbers with one than one decimal diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 3155f09..ed1442a 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -11,7 +11,7 @@ class Twig_Environment { - const VERSION = '0.9.1-DEV'; + const VERSION = '0.9.2-DEV'; protected $charset; protected $loader; -- 1.7.2.5