mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-04 22:47:21 +00:00
bumped version to 1.35
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
* 1.34.5 (2017-XX-XX)
|
||||
* 1.35.0 (2017-XX-XX)
|
||||
|
||||
* added circular reference detection when loading templates
|
||||
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.34-dev"
|
||||
"dev-master": "1.35-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
#ifndef PHP_TWIG_H
|
||||
#define PHP_TWIG_H
|
||||
|
||||
#define PHP_TWIG_VERSION "1.34.5-DEV"
|
||||
#define PHP_TWIG_VERSION "1.35.0-DEV"
|
||||
|
||||
#include "php.h"
|
||||
|
||||
|
||||
@@ -16,11 +16,11 @@
|
||||
*/
|
||||
class Twig_Environment
|
||||
{
|
||||
const VERSION = '1.34.5-DEV';
|
||||
const VERSION_ID = 13405;
|
||||
const VERSION = '1.35.0-DEV';
|
||||
const VERSION_ID = 13500;
|
||||
const MAJOR_VERSION = 1;
|
||||
const MINOR_VERSION = 34;
|
||||
const RELEASE_VERSION = 5;
|
||||
const MINOR_VERSION = 35;
|
||||
const RELEASE_VERSION = 0;
|
||||
const EXTRA_VERSION = 'DEV';
|
||||
|
||||
protected $charset;
|
||||
|
||||
Reference in New Issue
Block a user