bumped version to 1.34

This commit is contained in:
Fabien Potencier
2017-05-11 14:48:03 -07:00
parent ccee78ec6c
commit d884330572
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 1.33.3 (2017-XX-XX)
* 1.34.0 (2017-XX-XX)
* n/a
+1 -1
View File
@@ -41,7 +41,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.33-dev"
"dev-master": "1.34-dev"
}
}
}
+1 -1
View File
@@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H
#define PHP_TWIG_H
#define PHP_TWIG_VERSION "1.33.3-DEV"
#define PHP_TWIG_VERSION "1.34.0-DEV"
#include "php.h"
+4 -4
View File
@@ -16,11 +16,11 @@
*/
class Twig_Environment
{
const VERSION = '1.33.3';
const VERSION_ID = 13303;
const VERSION = '1.34.0-DEV';
const VERSION_ID = 13400;
const MAJOR_VERSION = 1;
const MINOR_VERSION = 33;
const RELEASE_VERSION = 3;
const MINOR_VERSION = 34;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';
protected $charset;