fixed version

This commit is contained in:
Fabien Potencier
2016-09-18 19:04:04 -07:00
parent ccb7981e5a
commit 4735c4fe8f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.24-dev"
"dev-master": "1.25-dev"
}
}
}
+1 -1
View File
@@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H
#define PHP_TWIG_H
#define PHP_TWIG_VERSION "1.24.3-DEV"
#define PHP_TWIG_VERSION "1.25.0-DEV"
#include "php.h"
+1 -1
View File
@@ -16,7 +16,7 @@
*/
class Twig_Environment
{
const VERSION = '1.24.3-DEV';
const VERSION = '1.25.0-DEV';
protected $charset;
protected $loader;