From c9876bcc4774d2869ef08097d78bf140db10139b Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 3 Jul 2017 10:06:50 +0200 Subject: [PATCH 1/1] release 3.1.1RC1 --- package.xml | 12 +++++++++--- php_http.h | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index 0f10907..094655b 100644 --- a/package.xml +++ b/package.xml @@ -31,18 +31,24 @@ https://mdref.m6w6.name/http mike@php.net yes - 2017-04-04 + 2017-07-03 - 3.1.1dev + 3.1.1RC1 3.1.0 - stable + beta stable BSD-2-Clause diff --git a/php_http.h b/php_http.h index 2cf0de7..d662cfe 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.1.1dev" +#define PHP_PECL_HTTP_VERSION "3.1.1RC1" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2