From e16613a9ec8a1b41c4f81c3c9b055aa14c7b3e24 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 16 Mar 2012 16:14:13 +0000 Subject: [PATCH] release 2.0.0dev8 --- package.xml | 16 ++++++++++------ php_http.h | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/package.xml b/package.xml index b0dd6a3..0f56341 100644 --- a/package.xml +++ b/package.xml @@ -27,9 +27,9 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be mike@php.net yes - 2012-03-09 + 2012-03-16 - 2.0.0dev7 + 2.0.0dev8 2.0.0 @@ -38,10 +38,14 @@ Extended HTTP support. Again. Keep in mind that it's got the major version 2, be BSD, revised diff --git a/php_http.h b/php_http.h index 3d301d4..36dae96 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_HTTP_EXT_VERSION "2.0.0dev7" +#define PHP_HTTP_EXT_VERSION "2.0.0dev8" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2