From: Fabien Potencier Date: Mon, 11 Jul 2011 16:53:57 +0000 (+0200) Subject: updated VERSION X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=352923e6056d2cbfeb6aa990eaa4a7e3880dd732;p=konrad%2Ftwig.git updated VERSION --- 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;