From 9d607c62df6393665a82f4997eae68345395c0fc Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 9 Mar 2016 11:01:21 +0100 Subject: [PATCH] prepare 3.0.1 --- package.xml | 11 ++++++++--- php_http.h | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index f06ad79..238e23a 100644 --- a/package.xml +++ b/package.xml @@ -35,9 +35,9 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ mike@php.net yes - 2016-01-19 + 2016-03-09 - 3.0.1dev + 3.0.1 3.0.0 @@ -46,7 +46,10 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ BSD-2-Clause @@ -128,6 +131,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ + @@ -157,6 +161,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ + diff --git a/php_http.h b/php_http.h index 632ed95..1bcb092 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.1dev" +#define PHP_PECL_HTTP_VERSION "3.0.1" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2