From 17ff2ae5d5e72ab77d0e86a84fc1b08e592a747d Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 27 Jan 2015 04:27:56 +0100 Subject: [PATCH 1/1] 2.2.0 --- package.xml | 6 +++--- php_http.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index 56bce0c..91c748c 100644 --- a/package.xml +++ b/package.xml @@ -37,13 +37,13 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ mike@php.net yes - 2014-11-12 + 2015-01-27 - 2.2.0dev + 2.2.0 2.2.0 - beta + stable stable BSD, revised diff --git a/php_http.h b/php_http.h index 98332cb..1f8e028 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.2.0dev" +#define PHP_PECL_HTTP_VERSION "2.2.0" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2