From e3bdc12cba135d632a5bb2bcf23717c7af65ae2c Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 5 Jun 2017 10:24:44 -0700 Subject: [PATCH] prepared the 2.4.0 release --- CHANGELOG | 2 +- lib/Twig/Environment.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3ff4cb574..25b01fce5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 2.4.0 (2017-XX-XX) +* 2.4.0 (2017-06-05) * added support for PHPUnit 6 when testing extensions * fixed PHP 7.2 compatibility diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 0c8fc2cdf..a20fd77b6 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -16,12 +16,12 @@ */ class Twig_Environment { - const VERSION = '2.4.0-DEV'; + const VERSION = '2.4.0'; const VERSION_ID = 20400; const MAJOR_VERSION = 2; const MINOR_VERSION = 4; const RELEASE_VERSION = 0; - const EXTRA_VERSION = 'DEV'; + const EXTRA_VERSION = ''; private $charset; private $loader;