From 58d75e97cc9b93f102bae2d57fd4a62adc000346 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 27 Jan 2015 04:35:58 +0100 Subject: [PATCH] back to dev --- package.xml | 8 +------- php_http.h | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/package.xml b/package.xml index 91c748c..c78bcea 100644 --- a/package.xml +++ b/package.xml @@ -39,7 +39,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ 2015-01-27 - 2.2.0 + 2.2.1 2.2.0 @@ -48,12 +48,6 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ BSD, revised diff --git a/php_http.h b/php_http.h index 1f8e028..26de0f1 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.2.0" +#define PHP_PECL_HTTP_VERSION "2.2.1dev" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2