bumped version to 2.4.5-DEV

This commit is contained in:
Fabien Potencier
2017-09-27 11:11:00 -07:00
parent eddb97148a
commit d8d888e2ae
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
* 2.4.5 (2017-XX-XX)
* n/a
* 2.4.4 (2017-09-27)
* added Twig_Profiler_Profile::reset()
+4 -4
View File
@@ -16,12 +16,12 @@
*/
class Twig_Environment
{
const VERSION = '2.4.4';
const VERSION_ID = 20404;
const VERSION = '2.4.5-DEV';
const VERSION_ID = 20405;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 4;
const RELEASE_VERSION = 4;
const EXTRA_VERSION = '';
const RELEASE_VERSION = 5;
const EXTRA_VERSION = 'DEV';
private $charset;
private $loader;