From 35f8d5dfed00889f4469c57355da9cfc140ebbf1 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 7 Dec 2015 09:21:48 +0100 Subject: [PATCH] release 2.5.5 --- package.xml | 6 +++--- php_http.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index 68fc053..d6969ed 100644 --- a/package.xml +++ b/package.xml @@ -35,13 +35,13 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ mike@php.net yes - 2015-09-25 + 2015-12-07 - 2.5.4dev + 2.5.5 2.5.0 - beta + stable stable BSD-2-Clause diff --git a/php_http.h b/php_http.h index a98f63b..2cd9fbf 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.5.4dev" +#define PHP_PECL_HTTP_VERSION "2.5.5" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2