From: Fabien Potencier Date: Fri, 17 Oct 2014 12:53:44 +0000 (+0200) Subject: prepared the 1.16.2 release X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=web%2Fkonrad%2Ftwig.git prepared the 1.16.2 release --- diff --git a/CHANGELOG b/CHANGELOG index fc8f185..33b32f8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 1.16.2 (2014-XX-XX) +* 1.16.2 (2014-10-17) * fixed timezone on dates as strings * fixed 2-words test names when a custom node class is not used diff --git a/ext/twig/php_twig.h b/ext/twig/php_twig.h index f087ce3..e116b4c 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.2-DEV" +#define PHP_TWIG_VERSION "1.16.2" #include "php.h" diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 459a340..17e88ab 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -16,7 +16,7 @@ */ class Twig_Environment { - const VERSION = '1.16.2-DEV'; + const VERSION = '1.16.2'; protected $charset; protected $loader;