From: Fabien Potencier Date: Wed, 29 Feb 2012 21:10:49 +0000 (+0100) Subject: bumped Twig version X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=c18a0e60fe12dc7c68ca50869cc5587693ce6c68;p=web%2Fkonrad%2Ftwig.git bumped Twig version --- 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"