From: Fabien Potencier Date: Mon, 15 Oct 2012 08:23:34 +0000 (+0200) Subject: prepared the 1.10.2 release X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=5d1c9e137085a92c75d071b65db5c997911f761a;p=konrad%2Ftwig.git prepared the 1.10.2 release --- diff --git a/CHANGELOG b/CHANGELOG index 18d428a..8cf78cb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 1.10.2 (2012-XX-XX) +* 1.10.2 (2012-10-15) * fixed macro calls on PHP 5.4 diff --git a/ext/twig/php_twig.h b/ext/twig/php_twig.h index 84d3b36..230cb96 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.10.2-DEV" +#define PHP_TWIG_VERSION "1.10.2" #include "php.h" diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 7b6fd70..e51e16c 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -17,7 +17,7 @@ */ class Twig_Environment { - const VERSION = '1.10.2-DEV'; + const VERSION = '1.10.2'; protected $charset; protected $loader;