Prepare the 2.14.2 release

This commit is contained in:
Fabien Potencier
2021-01-05 11:26:31 +01:00
parent 3d9c908c84
commit 393c9086ff
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# 2.15.0 (2021-XX-XX)
# 2.14.2 (2021-XX-XX)
* n/a
* Fix "odd" not working for negative numbers
# 2.14.1 (2020-10-27)
+5 -5
View File
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '2.15.0-DEV';
const VERSION_ID = 21500;
const VERSION = '2.14.2';
const VERSION_ID = 21402;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 15;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';
const MINOR_VERSION = 14;
const RELEASE_VERSION = 2;
const EXTRA_VERSION = '';
private $charset;
private $loader;