bumped version to 2.4.8-DEV

This commit is contained in:
Fabien Potencier
2018-03-20 05:31:47 +01:00
parent 69aacd44db
commit 092871ad2d
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
* 2.4.8 (2018-XX-XX)
* n/a
* 2.4.7 (2018-03-20)
* optimized runtime performance
+4 -4
View File
@@ -16,12 +16,12 @@
*/
class Twig_Environment
{
const VERSION = '2.4.7';
const VERSION_ID = 20407;
const VERSION = '2.4.8-DEV';
const VERSION_ID = 20408;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 4;
const RELEASE_VERSION = 7;
const EXTRA_VERSION = '';
const RELEASE_VERSION = 8;
const EXTRA_VERSION = 'DEV';
private $charset;
private $loader;