From a7939274a6304bf46d6d3b6975d64a975b269024 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 18 Mar 2015 07:31:36 +0100 Subject: [PATCH 1/1] release 2.4.0 --- package.xml | 10 +++++----- php_http.h | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.xml b/package.xml index 40a7227..bdf3b89 100644 --- a/package.xml +++ b/package.xml @@ -35,18 +35,18 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ mike@php.net yes - 2015-03-01 + 2015-03-18 - 2.4.0dev + 2.4.0 2.4.0 - beta - beta + stable + stable BSD, revised diff --git a/php_http.h b/php_http.h index baacd4b..02326fb 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.0dev" +#define PHP_PECL_HTTP_VERSION "2.4.0" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2