bumped to 1.20

This commit is contained in:
Fabien Potencier
2015-08-11 15:21:21 +02:00
parent e375c9c562
commit 3f521d483f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 1.19.1 (2015-XX-XX)
* 1.20.0 (2015-XX-XX)
* n/a
+1 -1
View File
@@ -36,7 +36,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.19-dev"
"dev-master": "1.20-dev"
}
}
}
+1 -1
View File
@@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H
#define PHP_TWIG_H
#define PHP_TWIG_VERSION "1.19.1-DEV"
#define PHP_TWIG_VERSION "1.20.0-DEV"
#include "php.h"
+1 -1
View File
@@ -16,7 +16,7 @@
*/
class Twig_Environment
{
const VERSION = '1.19.1-DEV';
const VERSION = '1.20.0-DEV';
protected $charset;
protected $loader;