mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-18 13:26:37 +00:00
bumped version to 2.0.0-DEV
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
* 2.0.0 (201X-XX-XX)
|
||||||
|
|
||||||
|
* n/a
|
||||||
|
|
||||||
* 1.18.1 (2015-XX-XX)
|
* 1.18.1 (2015-XX-XX)
|
||||||
|
|
||||||
* deprecated Twig_Loader_String
|
* deprecated Twig_Loader_String
|
||||||
|
|||||||
+1
-1
@@ -36,7 +36,7 @@
|
|||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.18-dev"
|
"dev-master": "2.0-dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@
|
|||||||
#ifndef PHP_TWIG_H
|
#ifndef PHP_TWIG_H
|
||||||
#define PHP_TWIG_H
|
#define PHP_TWIG_H
|
||||||
|
|
||||||
#define PHP_TWIG_VERSION "1.18.1-DEV"
|
#define PHP_TWIG_VERSION "2.0.0-DEV"
|
||||||
|
|
||||||
#include "php.h"
|
#include "php.h"
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
class Twig_Environment
|
class Twig_Environment
|
||||||
{
|
{
|
||||||
const VERSION = '1.18.1-DEV';
|
const VERSION = '2.0.0-DEV';
|
||||||
|
|
||||||
protected $charset;
|
protected $charset;
|
||||||
protected $loader;
|
protected $loader;
|
||||||
|
|||||||
Reference in New Issue
Block a user