bumped version to 2.5.0

This commit is contained in:
Fabien Potencier
2018-05-18 09:34:00 +02:00
parent e83a58a517
commit 44bb6cc9ac
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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
View File
@@ -51,7 +51,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
"dev-master": "2.5-dev"
}
}
}
+4 -4
View File
@@ -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;