From 3c4aadad015e8980106ce589ff3c9a2de176ced7 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 3 Jan 2014 13:28:25 +0100 Subject: [PATCH] dev --- package.xml | 5 ++--- php_http.h | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index 9113135..d8a82bb 100644 --- a/package.xml +++ b/package.xml @@ -39,7 +39,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ 2014-01-02 - 2.0.4 + 2.0.5dev 2.0.0 @@ -48,8 +48,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ BSD, revised diff --git a/php_http.h b/php_http.h index 0d26139..7bc203b 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.0.4" +#define PHP_PECL_HTTP_VERSION "2.0.5dev" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2