From 352923e6056d2cbfeb6aa990eaa4a7e3880dd732 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 11 Jul 2011 18:53:57 +0200 Subject: [PATCH] updated VERSION --- 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 035f039..8598c0c 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.1.0-RC3'; + const VERSION = '1.1.1-DEV'; protected $charset; protected $loader; -- 1.7.2.5