prepared the 1.6.1 release

This commit is contained in:
Fabien Potencier
2012-02-29 21:46:35 +01:00
parent 741b11c618
commit 30929fde86
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
* 1.7.0-DEV
* 1.6.1 (2012-02-29)
* fixed Twig C extension
* removed the creation of Twig_Markup instances when not needed
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "Twig, the flexible, fast, and secure template language for PHP",
"keywords": ["templating"],
"homepage": "http://twig.sensiolabs.org",
"version": "1.7.0",
"version": "1.6.1",
"license": "BSD",
"authors": [
{
+1 -1
View File
@@ -15,7 +15,7 @@
#ifndef PHP_TWIG_H
#define PHP_TWIG_H
#define PHP_TWIG_VERSION "1.7.0-DEV"
#define PHP_TWIG_VERSION "1.6.1"
#include "php.h"