prepared the 1.17.0 release

This commit is contained in:
Fabien Potencier
2015-01-14 11:15:49 +01:00
parent 4aa3cd664f
commit 2493970fa4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 1.17.0 (2015-XX-XX)
* 1.17.0 (2015-01-14)
* added a 'filename' autoescaping strategy, which dynamically chooses the
autoescaping strategy for a template based on template file extension.
+1 -1
View File
@@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H
#define PHP_TWIG_H
#define PHP_TWIG_VERSION "1.17.0-DEV"
#define PHP_TWIG_VERSION "1.17.0"
#include "php.h"
+1 -1
View File
@@ -16,7 +16,7 @@
*/
class Twig_Environment
{
const VERSION = '1.17.0-DEV';
const VERSION = '1.17.0';
protected $charset;
protected $loader;