From eddb97148ad779f27e670e1e3f19fb323aedafeb Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 27 Sep 2017 11:10:31 -0700 Subject: [PATCH] prepared the 2.4.4 release --- CHANGELOG | 2 +- lib/Twig/Environment.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d35cddfc5..1725c308d 100644 --- a/CHANGELOG +++ b/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 diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 15c9470bf..7658ccaf3 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -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;