Skip to content
Permalink
Browse files Browse the repository at this point in the history
prepared the 2.4.4 release
  • Loading branch information
fabpot committed Sep 27, 2017
1 parent a2ce386 commit eddb971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/Twig/Environment.php
Expand Up @@ -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;
Expand Down

0 comments on commit eddb971

Please sign in to comment.