From c18a0e60fe12dc7c68ca50869cc5587693ce6c68 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 29 Feb 2012 22:10:49 +0100 Subject: [PATCH] bumped Twig version --- composer.json | 2 +- ext/twig/php_twig.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 293d027..0138ed0 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Twig, the flexible, fast, and secure template language for PHP", "keywords": ["templating"], "homepage": "http://twig.sensiolabs.org", - "version": "1.6.1", + "version": "1.7.0", "license": "BSD", "authors": [ { diff --git a/ext/twig/php_twig.h b/ext/twig/php_twig.h index 798cac6..f00d9b1 100644 --- a/ext/twig/php_twig.h +++ b/ext/twig/php_twig.h @@ -15,7 +15,7 @@ #ifndef PHP_TWIG_H #define PHP_TWIG_H -#define PHP_TWIG_VERSION "1.6.1" +#define PHP_TWIG_VERSION "1.7.0-DEV" #include "php.h" -- 1.7.2.5