Prepare the 2.12.4 release

This commit is contained in:
Fabien Potencier
2020-02-11 07:01:32 +01:00
parent 3ef37663d3
commit 822d57eac9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 2.12.4 (2020-XX-XX)
* 2.12.4 (2020-02-11)
* Avoid exceptions when an intl resource is not found
* Fix implementation of case-insensitivity for method names
+2 -2
View File
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '2.12.4-DEV';
const VERSION = '2.12.4';
const VERSION_ID = 21204;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 12;
const RELEASE_VERSION = 4;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
private $charset;
private $loader;