From: Fabien Potencier Date: Sat, 8 Oct 2011 12:04:10 +0000 (+0200) Subject: prepared the 1.3.0-RC1 release X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=4b929992df65808f36e8f93f87fa66a9fce03629;p=web%2Fkonrad%2Ftwig.git prepared the 1.3.0-RC1 release --- diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 236be8c..9871187 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.3.0-RC1'; + const VERSION = '1.3.0'; protected $charset; protected $loader;