back to dev
authorMichael Wallner <mike@php.net>
Tue, 9 Sep 2014 07:59:53 +0000 (09:59 +0200)
committerMichael Wallner <mike@php.net>
Tue, 9 Sep 2014 07:59:53 +0000 (09:59 +0200)
package.xml
php_http.h

index e49a7dfe018a982b379f732bb5dff5b529e166c8..f924dea47aec710980074097477d46cb11cc1836 100644 (file)
@@ -39,7 +39,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/
  </lead>
  <date>2014-09-09</date>
  <version>
-  <release>2.1.1</release>
+  <release>2.1.2dev</release>
   <api>2.1.0</api>
  </version>
  <stability>
index 23e38b496a9fad5cdda05a04455ea6fe2924764a..00c5ebf05db2d63bd2575cb38ca4375af8cc159a 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "2.1.1"
+#define PHP_PECL_HTTP_VERSION "2.1.2dev"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry