Skip to content

Commit eddb971

Browse files
committed
prepared the 2.4.4 release
1 parent a2ce386 commit eddb971

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: CHANGELOG

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* 2.4.4 (2017-XX-XX)
1+
* 2.4.4 (2017-09-27)
22

33
* added Twig_Profiler_Profile::reset()
44
* fixed use TokenParser to return an empty Node

Diff for: lib/Twig/Environment.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
*/
1717
class Twig_Environment
1818
{
19-
const VERSION = '2.4.4-DEV';
19+
const VERSION = '2.4.4';
2020
const VERSION_ID = 20404;
2121
const MAJOR_VERSION = 2;
2222
const MINOR_VERSION = 4;
2323
const RELEASE_VERSION = 4;
24-
const EXTRA_VERSION = 'DEV';
24+
const EXTRA_VERSION = '';
2525

2626
private $charset;
2727
private $loader;

0 commit comments

Comments
 (0)