From 4f87b202b31968d3afc037f260e4281d91e8ff13 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 24 Apr 2014 11:16:54 +0200 Subject: [PATCH] 2.0.6 --- package.xml | 9 +++++++-- php_http.h | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/package.xml b/package.xml index 2ffdf4b..990e99b 100644 --- a/package.xml +++ b/package.xml @@ -37,9 +37,9 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ mike@php.net yes - 2014-04-04 + 2014-04-24 - 2.0.6dev + 2.0.6 2.0.0 @@ -48,6 +48,10 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ BSD, revised @@ -147,6 +151,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ + diff --git a/php_http.h b/php_http.h index 1125510..385c311 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 "2.0.6dev" +#define PHP_PECL_HTTP_VERSION "2.0.6" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2