From 6bf981a0eb3225adcab2bfd7aa0851bacee06bf0 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 13 Aug 2014 16:36:56 +0200 Subject: [PATCH] prepare RC3 --- package.xml | 4 ++-- php_http.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.xml b/package.xml index e1fd239..8e71a9f 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-08-05 + 2014-08-13 - 2.1.0dev + 2.1.0RC3 2.1.0 diff --git a/php_http.h b/php_http.h index a911044..2aba98b 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.1.0dev" +#define PHP_PECL_HTTP_VERSION "2.1.0RC3" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2