bumped version to 2.4.3-DEV

This commit is contained in:
Fabien Potencier
2017-06-05 20:58:49 -07:00
parent fe3e3f3359
commit 0c523c5c79
2 changed files with 9 additions and 5 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
* 2.4.2 (2017-06-05)
* 2.4.3 (2017-XX-XX)
* n/a
* 2.4.2 (2017-06-05)
* fixed namespaces introduction
* 2.4.1 (2017-06-05)
* fixed namespaces introduction
+4 -4
View File
@@ -16,12 +16,12 @@
*/
class Twig_Environment
{
const VERSION = '2.4.2';
const VERSION_ID = 20402;
const VERSION = '2.4.3-DEV';
const VERSION_ID = 20403;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 4;
const RELEASE_VERSION = 2;
const EXTRA_VERSION = '';
const RELEASE_VERSION = 3;
const EXTRA_VERSION = 'DEV';
private $charset;
private $loader;