bumped version to 2.1.0

This commit is contained in:
Fabien Potencier
2017-01-10 14:08:27 -08:00
parent a92ec89b31
commit f02005ecd6
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
* 2.0.1 (2017-XX-XX)
* 2.1.0 (2017-XX-XX)
* n/a
* added Twig_NodeCaptureInterface for nodes that capture all output
* 2.0.0 (2017-01-05)
+1 -1
View File
@@ -46,7 +46,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
"dev-master": "2.1-dev"
}
}
}
+4 -4
View File
@@ -16,11 +16,11 @@
*/
class Twig_Environment
{
const VERSION = '2.0.1-DEV';
const VERSION_ID = 20001;
const VERSION = '2.1.0-DEV';
const VERSION_ID = 20100;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 0;
const RELEASE_VERSION = 1;
const MINOR_VERSION = 1;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';
private $charset;