prepared the 1.33.1 release

This commit is contained in:
Fabien Potencier
2017-04-18 15:43:11 -06:00
parent 9b417f4212
commit a87f959f4b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 1.33.1 (2017-XX-XX)
* 1.33.1 (2017-04-18)
* fixed the empty() test
+1 -1
View File
@@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H
#define PHP_TWIG_H
#define PHP_TWIG_VERSION "1.33.1-DEV"
#define PHP_TWIG_VERSION "1.33.1"
#include "php.h"
+1 -1
View File
@@ -21,7 +21,7 @@ class Twig_Environment
const MAJOR_VERSION = 1;
const MINOR_VERSION = 33;
const RELEASE_VERSION = 1;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
protected $charset;
protected $loader;