From ff61094aa374808c3f2c1a385352226090e37ecf Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 2 Apr 2012 19:42:18 +0200 Subject: [PATCH] prepared the 1.6.4 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 bba831e..7521789 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 1.6.4 (2012-XX-XX) +* 1.6.4 (2012-04-02) * fixed PHP notice in Twig_Error::guessTemplateLine() introduced in 1.6.3 * fixed performance when compiling large files diff --git a/ext/twig/php_twig.h b/ext/twig/php_twig.h index fc5acfb..752dd82 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.6.4-DEV" +#define PHP_TWIG_VERSION "1.6.4" #include "php.h" diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 63cc5b0..596c867 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.6.4-DEV'; + const VERSION = '1.6.4'; protected $charset; protected $loader; -- 1.7.2.5