bumped version to 2.6.3-DEV

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