From af5af131b406133c0cb73f0da61f23a82778c3ec Mon Sep 17 00:00:00 2001 From: fabien Date: Wed, 14 Oct 2009 08:24:30 +0000 Subject: [PATCH] changed dev version git-svn-id: http://svn.twig-project.org/trunk@45 93ef8e89-cb99-4229-a87c-7fa0fa45744b --- lib/Twig/Environment.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 7ec8433..65e3e6c 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -11,7 +11,7 @@ class Twig_Environment { - const VERSION = '0.9-DEV'; + const VERSION = '0.9.1-DEV'; protected $charset; protected $loader; -- 1.7.2.5