From ce4670dab6d72ac353ca6bd82f17a2aaf50768f7 Mon Sep 17 00:00:00 2001 From: fabien Date: Wed, 2 Dec 2009 22:06:08 +0000 Subject: [PATCH] prepare the 0.9.4 release git-svn-id: http://svn.twig-project.org/trunk@153 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 7ea3fec..62979f0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,6 @@ -* 0.9.4-DEV +* 0.9.5-DEV + +* 0.9.4 (2009-12-02) If you have custom loaders, you MUST upgrade them for this release: The Twig_Loader base class has been removed, and the Twig_LoaderInterface has also diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index ef7392e..daabe84 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -11,7 +11,7 @@ class Twig_Environment { - const VERSION = '0.9.4-DEV'; + const VERSION = '0.9.5-DEV'; protected $charset; protected $loader; -- 1.7.2.5