From a7fdec2383e2de28372b93c910d2afbbf04f9f30 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 22 Sep 2011 11:30:08 +0200 Subject: [PATCH] bumped version to 1.3.0-DEV --- 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 b91c80c..b4c28c7 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.2.0'; + const VERSION = '1.3.0-DEV'; protected $charset; protected $loader; -- 1.7.2.5