From 0c7d24e1525ec24390fcd4e52c73fb69175f949d Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 19 Jul 2018 13:22:51 +0200 Subject: [PATCH] back to dev --- package.xml | 8 ++------ php_http.h | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/package.xml b/package.xml index 776d602..046c82b 100644 --- a/package.xml +++ b/package.xml @@ -33,7 +33,7 @@ https://mdref.m6w6.name/http 2018-07-19 - 3.2.0 + 3.2.1dev 3.2.0 @@ -42,11 +42,7 @@ https://mdref.m6w6.name/http BSD-2-Clause diff --git a/php_http.h b/php_http.h index 1fdf565..f698f64 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 "3.2.0" +#define PHP_PECL_HTTP_VERSION "3.2.1dev" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2