mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-11 18:06:46 +00:00
bumped version to 2.1.0
This commit is contained in:
@@ -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
@@ -46,7 +46,7 @@
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.0-dev"
|
||||
"dev-master": "2.1-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user