From: Fabien Potencier Date: Mon, 8 Apr 2013 12:40:11 +0000 (+0200) Subject: prepared the 1.12.2 release X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=27f3428b08c7f656d6824359a9d9dee3f5fce31b;p=web%2Fkonrad%2Ftwig.git prepared the 1.12.2 release --- diff --git a/CHANGELOG b/CHANGELOG index c335330..6b2af3e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 1.12.3 (2013-XX-XX) +* 1.12.3 (2013-04-08) * fixed a security issue in the filesystem loader where it was possible to include a template one level above the configured path diff --git a/ext/twig/php_twig.h b/ext/twig/php_twig.h index adfbdc2..0a11224 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.12.3-DEV" +#define PHP_TWIG_VERSION "1.12.3" #include "php.h" diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 7dcf253..0a4ff32 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -16,7 +16,7 @@ */ class Twig_Environment { - const VERSION = '1.12.3-DEV'; + const VERSION = '1.12.3'; protected $charset; protected $loader;