From 97c5e1f7e2f208df4433fc47197dbcf6cbc797a6 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 5 Jun 2017 11:29:51 -0700 Subject: [PATCH] prepared the 1.34.1 release --- CHANGELOG | 2 +- lib/Twig/Environment.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index da1a66e95..a36f6b81a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 2.4.1 (2017-XX-XX) +* 2.4.1 (2017-06-05) * fixed namespaces introduction diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 328758049..ec4e5904e 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -16,12 +16,12 @@ */ class Twig_Environment { - const VERSION = '2.4.1-DEV'; + const VERSION = '2.4.1'; const VERSION_ID = 20401; const MAJOR_VERSION = 2; const MINOR_VERSION = 4; const RELEASE_VERSION = 1; - const EXTRA_VERSION = 'DEV'; + const EXTRA_VERSION = ''; private $charset; private $loader;