From c568371332b5360f1f8d41302d55ab65c95f7847 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 23 Mar 2015 10:31:39 +0100 Subject: [PATCH] release 2.4.2 --- package.xml | 9 ++++++--- php_http.h | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index 6d35862..99b9abe 100644 --- a/package.xml +++ b/package.xml @@ -35,9 +35,9 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ mike@php.net yes - 2015-03-18 + 2015-03-23 - 2.4.2dev + 2.4.2 2.4.0 @@ -46,7 +46,9 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ BSD, revised @@ -148,6 +150,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ + diff --git a/php_http.h b/php_http.h index 7230125..c17a0bd 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.4.2dev" +#define PHP_PECL_HTTP_VERSION "2.4.2" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2