prepared the 2.4.4 release

This commit is contained in:
Fabien Potencier
2017-09-27 11:10:31 -07:00
parent a2ce3865a0
commit eddb97148a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 2.4.4 (2017-XX-XX)
* 2.4.4 (2017-09-27)
* added Twig_Profiler_Profile::reset()
* fixed use TokenParser to return an empty Node
+2 -2
View File
@@ -16,12 +16,12 @@
*/
class Twig_Environment
{
const VERSION = '2.4.4-DEV';
const VERSION = '2.4.4';
const VERSION_ID = 20404;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 4;
const RELEASE_VERSION = 4;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
private $charset;
private $loader;