From 2127f5c0628ed6af221be57b0ad53068b4f42be0 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 19 Feb 2015 09:40:59 +0100 Subject: [PATCH] 2.3.0RC1 --- package.xml | 4 ++-- php_http.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.xml b/package.xml index 4f04fae..2bf2b89 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 - 2015-01-27 + 2015-02-19 - 2.3.0 + 2.3.0RC1 2.3.0 diff --git a/php_http.h b/php_http.h index 5a0575d..55ce0fb 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.3.0dev" +#define PHP_PECL_HTTP_VERSION "2.3.0RC1" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2