mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 12:26:30 +00:00
bumped version
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
* 1.36.1 (2018-XX-XX)
|
* 1.37.0 (2019-XX-XX)
|
||||||
|
|
||||||
* added a second argument to the join filter (last separator configuration)
|
* added a second argument to the join filter (last separator configuration)
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -45,7 +45,7 @@
|
|||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.36-dev"
|
"dev-master": "1.37-dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@
|
|||||||
#ifndef PHP_TWIG_H
|
#ifndef PHP_TWIG_H
|
||||||
#define PHP_TWIG_H
|
#define PHP_TWIG_H
|
||||||
|
|
||||||
#define PHP_TWIG_VERSION "1.36.1-DEV"
|
#define PHP_TWIG_VERSION "1.37.0-DEV"
|
||||||
|
|
||||||
#include "php.h"
|
#include "php.h"
|
||||||
|
|
||||||
|
|||||||
@@ -16,11 +16,11 @@
|
|||||||
*/
|
*/
|
||||||
class Twig_Environment
|
class Twig_Environment
|
||||||
{
|
{
|
||||||
const VERSION = '1.36.1-DEV';
|
const VERSION = '1.37.0-DEV';
|
||||||
const VERSION_ID = 13601;
|
const VERSION_ID = 13700;
|
||||||
const MAJOR_VERSION = 1;
|
const MAJOR_VERSION = 1;
|
||||||
const MINOR_VERSION = 36;
|
const MINOR_VERSION = 37;
|
||||||
const RELEASE_VERSION = 1;
|
const RELEASE_VERSION = 0;
|
||||||
const EXTRA_VERSION = 'DEV';
|
const EXTRA_VERSION = 'DEV';
|
||||||
|
|
||||||
protected $charset;
|
protected $charset;
|
||||||
|
|||||||
Reference in New Issue
Block a user