bumped version to 1.6.0-DEV

This commit is contained in:
Fabien Potencier
2012-01-05 15:35:20 +01:00
parent 5bba149706
commit e74205e21e
4 changed files with 6 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
* 1.6.0-DEV
* n/a
* 1.5.1 (2012-01-05) * 1.5.1 (2012-01-05)
* fixed a regression when parsing strings * fixed a regression when parsing strings
-1
View File
@@ -4,7 +4,6 @@
"description": "Twig, the flexible, fast, and secure template language for PHP", "description": "Twig, the flexible, fast, and secure template language for PHP",
"keywords": ["templating"], "keywords": ["templating"],
"homepage": "http://twig.sensiolabs.org", "homepage": "http://twig.sensiolabs.org",
"version": "1.5.1",
"license": "BSD", "license": "BSD",
"authors": [ "authors": [
{ {
+1 -1
View File
@@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H #ifndef PHP_TWIG_H
#define PHP_TWIG_H #define PHP_TWIG_H
#define PHP_TWIG_VERSION "1.5.1" #define PHP_TWIG_VERSION "1.6.0-DEV"
#include "php.h" #include "php.h"
+1 -1
View File
@@ -17,7 +17,7 @@
*/ */
class Twig_Environment class Twig_Environment
{ {
const VERSION = '1.5.1'; const VERSION = '1.6.0-DEV';
protected $charset; protected $charset;
protected $loader; protected $loader;