From 597e4578306389fdd5894705a7aabcb36d71c42d Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 4 Apr 2014 14:03:31 +0200 Subject: [PATCH 1/1] release 2.0.5 --- package.xml | 6 ++++-- php_http.h | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.xml b/package.xml index d0b01ea..5d81068 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-01-02 + 2014-04-04 - 2.0.5dev + 2.0.5 2.0.0 @@ -49,6 +49,8 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ BSD, revised diff --git a/php_http.h b/php_http.h index 7bc203b..0a09ce2 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.5dev" +#define PHP_PECL_HTTP_VERSION "2.0.5" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2