From: Fabien Potencier Date: Sat, 28 May 2011 15:35:04 +0000 (+0200) Subject: updated VERSION X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=9328df19400545c02693d82bf564f1806b9b6a50;p=web%2Fkonrad%2Ftwig.git updated VERSION --- diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index ee2eda1..6209474 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.1.0-RC1'; + const VERSION = '1.1.0-DEV'; protected $charset; protected $loader;