prepared the 2.6.2 release

This commit is contained in:
Fabien Potencier
2019-01-14 16:00:48 +01:00
parent 639b18712c
commit 7d7342c8a4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 2.6.2 (2019-XX-XX)
* 2.6.2 (2019-01-14)
* fixed regression (key exists check for non ArrayObject objects)
+2 -2
View File
@@ -16,12 +16,12 @@
*/
class Twig_Environment
{
const VERSION = '2.6.2-DEV';
const VERSION = '2.6.2';
const VERSION_ID = 20602;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 6;
const RELEASE_VERSION = 2;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
private $charset;
private $loader;