prepared the 2.4.6 release

This commit is contained in:
Fabien Potencier
2018-03-03 08:23:01 -08:00
parent f5ec8ed470
commit d2117ec118
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 2.4.6 (2018-XX-XX)
* 2.4.6 (2018-03-03)
* fixed a regression in the way the profiler is registered in templates
+3 -3
View File
@@ -16,12 +16,12 @@
*/
class Twig_Environment
{
const VERSION = '2.4.6-DEV';
const VERSION_ID = 20405;
const VERSION = '2.4.6';
const VERSION_ID = 20406;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 4;
const RELEASE_VERSION = 5;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
private $charset;
private $loader;