bumped version to 2.6.2-DEV

This commit is contained in:
Fabien Potencier
2019-01-14 09:24:12 +01:00
parent a06a6f3d14
commit 5d89657ee9
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
* 2.6.2 (2019-XX-XX)
* n/a
* 2.6.1 (2019-01-14)
* fixed ArrayObject access with a null value
+4 -4
View File
@@ -16,12 +16,12 @@
*/
class Twig_Environment
{
const VERSION = '2.6.1';
const VERSION_ID = 20601;
const VERSION = '2.6.2-DEV';
const VERSION_ID = 20602;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 6;
const RELEASE_VERSION = 1;
const EXTRA_VERSION = '';
const RELEASE_VERSION = 2;
const EXTRA_VERSION = 'DEV';
private $charset;
private $loader;