From: Fabien Potencier Date: Fri, 10 Oct 2014 18:56:23 +0000 (+0200) Subject: bumped version to 1.16.2-DEV X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=84df881b8b2db91edd33ba144c575d1312e585da;p=web%2Fkonrad%2Ftwig.git bumped version to 1.16.2-DEV --- diff --git a/CHANGELOG b/CHANGELOG index 2b9aa2c..f19e2d8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +* 1.16.2 (2014-XX-XX) + + * n/a + * 1.16.1 (2014-10-10) * improved error reporting in a sandboxed template diff --git a/ext/twig/php_twig.h b/ext/twig/php_twig.h index db0ea5f..f087ce3 100644 --- a/ext/twig/php_twig.h +++ b/ext/twig/php_twig.h @@ -15,7 +15,7 @@ #ifndef PHP_TWIG_H #define PHP_TWIG_H -#define PHP_TWIG_VERSION "1.16.1" +#define PHP_TWIG_VERSION "1.16.2-DEV" #include "php.h" diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index c969d4d..459a340 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -16,7 +16,7 @@ */ class Twig_Environment { - const VERSION = '1.16.1'; + const VERSION = '1.16.2-DEV'; protected $charset; protected $loader;