From f18c18cf1d045af361c8b533ca9c28699df211b7 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 12 Jul 2019 14:55:55 +0200 Subject: [PATCH] [ci skip] administrativa --- package.xml | 13 +++---------- php_http.h | 2 +- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/package.xml b/package.xml index e2d963b..068abb1 100644 --- a/package.xml +++ b/package.xml @@ -33,7 +33,7 @@ https://mdref.m6w6.name/http 2019-06-07 - 3.2.1 + 3.2.2 3.2.0 @@ -42,15 +42,6 @@ https://mdref.m6w6.name/http BSD-2-Clause @@ -216,6 +207,8 @@ https://mdref.m6w6.name/http + + diff --git a/php_http.h b/php_http.h index 388cc08..bdaa3f1 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.1" +#define PHP_PECL_HTTP_VERSION "3.2.2dev" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2