From c05ef71b26a8d16bf5af2bd8275e08ba5ae02b52 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 25 Sep 2015 14:10:28 +0200 Subject: [PATCH] release 2.5.3 --- package.xml | 6 +++--- php_http.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.xml b/package.xml index e2541da..df97ad9 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-09-10 + 2015-09-25 - 2.5.3dev + 2.5.3 2.5.0 @@ -47,7 +47,7 @@ http://dev.iworks.at/ext-http/lcov/ext/http/ BSD, revised diff --git a/php_http.h b/php_http.h index e9c66de..bc30d43 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.3dev" +#define PHP_PECL_HTTP_VERSION "2.5.3" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2