prepared the 1.6.1 release
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 29 Feb 2012 20:46:35 +0000 (21:46 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 29 Feb 2012 20:46:35 +0000 (21:46 +0100)
CHANGELOG
composer.json
ext/twig/php_twig.h

index 5512dd4..03ab25a 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
index 0138ed0..293d027 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.7.0",
+    "version": "1.6.1",
     "license": "BSD",
     "authors": [
         {
index f00d9b1..798cac6 100644 (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"