prepared the 1.13.2 release

This commit is contained in:
Fabien Potencier
2013-08-03 17:35:31 +02:00
parent aae4c29a01
commit 6d6a100942
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 1.13.2 (2013-XX-XX)
* 1.13.2 (2013-08-03)
* fixed the error line number for an error occurs in and embedded template
* fixed crashes of the C extension on some edge cases
+1 -1
View File
@@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H
#define PHP_TWIG_H
#define PHP_TWIG_VERSION "1.13.2-DEV"
#define PHP_TWIG_VERSION "1.13.2"
#include "php.h"
+1 -1
View File
@@ -16,7 +16,7 @@
*/
class Twig_Environment
{
const VERSION = '1.13.2-DEV';
const VERSION = '1.13.2';
protected $charset;
protected $loader;