From ee28208ae648d0bcc5ed77d7095238f9bb72d734 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 7 Dec 2015 11:16:36 +0100 Subject: [PATCH] back to dev --- package.xml | 4 ++-- php_http.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.xml b/package.xml index d6969ed..90b1dab 100644 --- a/package.xml +++ b/package.xml @@ -37,7 +37,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ 2015-12-07 - 2.5.5 + 2.5.6dev 2.5.0 @@ -46,7 +46,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ BSD-2-Clause diff --git a/php_http.h b/php_http.h index 2cd9fbf..be5aeb5 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.5.5" +#define PHP_PECL_HTTP_VERSION "2.5.6dev" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2