From 1ac222274b91f1f26282535c1018052c88332aa1 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 4 Dec 2015 14:06:09 +0100 Subject: [PATCH 1/1] administrativa --- package.xml | 6 ++++-- php_http.h | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.xml b/package.xml index de2235d..2f596ad 100644 --- a/package.xml +++ b/package.xml @@ -35,9 +35,9 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ mike@php.net yes - 2015-09-25 + 2015-12-04 - 3.0.0dev + 3.0.0RC1 3.0.0 @@ -47,6 +47,8 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ BSD-2-Clause diff --git a/php_http.h b/php_http.h index 13afc0f..1d979a8 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.0.0dev" +#define PHP_PECL_HTTP_VERSION "3.0.0RC1" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2