From 8f03fecbbb1c66a2a71bd7164c8a65cab8806590 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 21 May 2015 14:36:17 +0200 Subject: [PATCH 1/1] prepare 2.5.0RC1 --- .gitignore | 1 + php_http.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 93781ff..c78e2b8 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ tests/*.php tests/*.sh lcov_data *~ +*.phar diff --git a/php_http.h b/php_http.h index 31c7945..289a395 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.4dev" +#define PHP_PECL_HTTP_VERSION "2.5.0RC1" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2