bumped version to 2.0.0-DEV

This commit is contained in:
Fabien Potencier
2013-08-05 18:05:04 +02:00
parent 11f9ebe8b6
commit f9195a2dc1
4 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
* 2.0.0 (201X-XX-XX)
* n/a
* 1.18.1 (2015-XX-XX)
* deprecated Twig_Loader_String
+1 -1
View File
@@ -36,7 +36,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.18-dev"
"dev-master": "2.0-dev"
}
}
}
+1 -1
View File
@@ -15,7 +15,7 @@
#ifndef 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"
+1 -1
View File
@@ -16,7 +16,7 @@
*/
class Twig_Environment
{
const VERSION = '1.18.1-DEV';
const VERSION = '2.0.0-DEV';
protected $charset;
protected $loader;