bumped version to 1.24

This commit is contained in:
Fabien Potencier
2016-01-25 22:21:03 +01:00
parent 97beaa2894
commit 25acc19e22
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 1.23.4 (2016-XX-XX)
* 1.24.0 (2016-XX-XX)
* adding support for the ?? operator
* fixed the defined test when used on a constant, a map, or a sequence
+1 -1
View File
@@ -40,7 +40,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.23-dev"
"dev-master": "1.24-dev"
}
}
}
+1 -1
View File
@@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H
#define PHP_TWIG_H
#define PHP_TWIG_VERSION "1.23.4-DEV"
#define PHP_TWIG_VERSION "1.24.0-DEV"
#include "php.h"
+1 -1
View File
@@ -16,7 +16,7 @@
*/
class Twig_Environment
{
const VERSION = '1.23.4-DEV';
const VERSION = '1.24.0-DEV';
protected $charset;
protected $loader;