From 699ed2342557c88789a15402de5eb834dedd6792 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 18 Jun 2019 17:37:11 +0200 Subject: [PATCH] prepared the 2.11.3 release --- CHANGELOG | 2 +- src/Environment.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 469d6c1c9b2..7931fced32f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 2.11.3 (2019-XX-XX) +* 2.11.3 (2019-06-18) * fixed the filter filter (allow the result to be used several times) * fixed macro auto-import when a template contains only macros diff --git a/src/Environment.php b/src/Environment.php index 07f6c85b9b7..d0061d1bfbd 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -38,12 +38,12 @@ */ class Environment { - const VERSION = '2.11.3-DEV'; + const VERSION = '2.11.3'; const VERSION_ID = 21103; const MAJOR_VERSION = 2; const MINOR_VERSION = 11; const RELEASE_VERSION = 3; - const EXTRA_VERSION = 'DEV'; + const EXTRA_VERSION = ''; private $charset; private $loader;