From: Fabien Potencier Date: Fri, 29 Apr 2011 10:45:10 +0000 (+0200) Subject: updated version X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=e4d457e55cc71a807190b21576a756d304bb33a8;p=konrad%2Ftwig.git updated version --- diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 642cc85..2c4d1c6 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.1.0-alpha'; + const VERSION = '1.1.0-DEV'; protected $charset; protected $loader;