From: Fabien Potencier Date: Mon, 2 Apr 2012 17:42:18 +0000 (+0200) Subject: prepared the 1.6.4 release X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=ff61094aa374808c3f2c1a385352226090e37ecf;p=web%2Fkonrad%2Ftwig.git prepared the 1.6.4 release --- 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;