From 53f2890e7f252dc86b6374060eeb5cb92e6f2598 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 3 Apr 2015 14:22:38 +0200 Subject: [PATCH] back to dev --- package.xml | 7 ++----- php_http.h | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/package.xml b/package.xml index 7391a8a..6566678 100644 --- a/package.xml +++ b/package.xml @@ -37,7 +37,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ 2015-04-03 - 2.4.2 + 2.4.3dev 2.4.0 @@ -46,10 +46,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ BSD, revised diff --git a/php_http.h b/php_http.h index c17a0bd..403c3c7 100644 --- a/php_http.h +++ b/php_http.h @@ -13,7 +13,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_PECL_HTTP_VERSION "2.4.2" +#define PHP_PECL_HTTP_VERSION "2.4.3dev" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2