From: Fabien Potencier Date: Fri, 10 Oct 2014 14:09:53 +0000 (+0200) Subject: prepared the 1.16.1 release X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=7c4c01dcf578523cfcddf383641a4f12790270ec;p=web%2Fkonrad%2Ftwig.git prepared the 1.16.1 release --- diff --git a/CHANGELOG b/CHANGELOG index 853097c..2b9aa2c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 1.16.1 (2014-XX-XX) +* 1.16.1 (2014-10-10) * improved error reporting in a sandboxed template * fixed missing error file/line information under certain circumstances diff --git a/ext/twig/php_twig.h b/ext/twig/php_twig.h index 80638a0..db0ea5f 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-DEV" +#define PHP_TWIG_VERSION "1.16.1" #include "php.h" diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index f1fec00..c969d4d 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -16,7 +16,7 @@ */ class Twig_Environment { - const VERSION = '1.16.1-DEV'; + const VERSION = '1.16.1'; protected $charset; protected $loader;