From: Fabien Potencier Date: Sat, 8 Oct 2011 12:05:18 +0000 (+0200) Subject: bumped version to 1.4.0-DEV X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=4c2ecdb61d6ceccfac5013ff3525797a5f579b67;p=web%2Fkonrad%2Ftwig.git bumped version to 1.4.0-DEV --- diff --git a/CHANGELOG b/CHANGELOG index dd242ee..3a3cb22 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +* 1.4.0 + * 1.3.0 (2011-10-08) no changes diff --git a/composer.json b/composer.json index 2779f03..0105afe 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Twig, the flexible, fast, and secure template language for PHP", "keywords": ["templating"], "homepage": "http://twig.sensiolabs.org", - "version": "1.3.0", + "version": "1.4.0", "license": "BSD", "authors": [ { diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 9871187..902b6fa 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.3.0'; + const VERSION = '1.4.0-DEV'; protected $charset; protected $loader;