bumped Twig version
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 29 Feb 2012 21:10:49 +0000 (22:10 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 29 Feb 2012 21:10:49 +0000 (22:10 +0100)
composer.json
ext/twig/php_twig.h

index 293d027..0138ed0 100644 (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.6.1",
+    "version": "1.7.0",
     "license": "BSD",
     "authors": [
         {
index 798cac6..f00d9b1 100644 (file)
@@ -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"