prepared the 1.16.3 release

This commit is contained in:
Fabien Potencier
2014-12-25 20:58:19 +01:00
parent ac8412f5f9
commit 6dc11a1e8e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 1.16.3 (2014-XX-XX)
* 1.16.3 (2014-12-25)
* fixed regression for dynamic parent templates
* fixed cache management with statcache
+1 -1
View File
@@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H
#define PHP_TWIG_H
#define PHP_TWIG_VERSION "1.16.3-DEV"
#define PHP_TWIG_VERSION "1.16.3"
#include "php.h"
+1 -1
View File
@@ -16,7 +16,7 @@
*/
class Twig_Environment
{
const VERSION = '1.16.3-DEV';
const VERSION = '1.16.3';
protected $charset;
protected $loader;