From 7c4c01dcf578523cfcddf383641a4f12790270ec Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 10 Oct 2014 16:09:53 +0200 Subject: [PATCH] prepared the 1.16.1 release --- CHANGELOG | 2 +- ext/twig/php_twig.h | 2 +- lib/Twig/Environment.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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; -- 1.7.2.5