mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 11:56:50 +00:00
bumped version to 2.5.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
* 2.4.9 (2018-XX-XX)
|
||||
* 2.5.0 (2018-XX-XX)
|
||||
|
||||
* added the Symfony ctype polyfill as a dependency
|
||||
|
||||
|
||||
+1
-1
@@ -51,7 +51,7 @@
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.4-dev"
|
||||
"dev-master": "2.5-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,11 +16,11 @@
|
||||
*/
|
||||
class Twig_Environment
|
||||
{
|
||||
const VERSION = '2.4.9-DEV';
|
||||
const VERSION_ID = 20409;
|
||||
const VERSION = '2.5.0-DEV';
|
||||
const VERSION_ID = 20500;
|
||||
const MAJOR_VERSION = 2;
|
||||
const MINOR_VERSION = 4;
|
||||
const RELEASE_VERSION = 9;
|
||||
const MINOR_VERSION = 5;
|
||||
const RELEASE_VERSION = 0;
|
||||
const EXTRA_VERSION = 'DEV';
|
||||
|
||||
private $charset;
|
||||
|
||||
Reference in New Issue
Block a user