bumped version to 1.14.0-DEV

This commit is contained in:
Fabien Potencier
2013-08-03 17:50:09 +02:00
parent 6d6a100942
commit 730aa25bed
4 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
* 1.14.0 (2013-XX-XX)
* n/a
* 1.13.2 (2013-08-03)
* fixed the error line number for an error occurs in and embedded template
+1 -1
View File
@@ -25,7 +25,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.13-dev"
"dev-master": "1.14-dev"
}
}
}
+1 -1
View File
@@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H
#define PHP_TWIG_H
#define PHP_TWIG_VERSION "1.13.2"
#define PHP_TWIG_VERSION "1.14.0-DEV"
#include "php.h"
+1 -1
View File
@@ -16,7 +16,7 @@
*/
class Twig_Environment
{
const VERSION = '1.13.2';
const VERSION = '1.14.0-DEV';
protected $charset;
protected $loader;