From 47b3fc2e4c9047511a93edc4b5e532a9a15616b9 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 12 Nov 2014 14:45:15 +0100 Subject: [PATCH] back to dev --- package.xml | 2 +- php_http.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.xml b/package.xml index 0f2c450..56bce0c 100644 --- a/package.xml +++ b/package.xml @@ -39,7 +39,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ 2014-11-12 - 2.2.0RC1 + 2.2.0dev 2.2.0 diff --git a/php_http.h b/php_http.h index d9b87e5..98332cb 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.2.0RC1" +#define PHP_PECL_HTTP_VERSION "2.2.0dev" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2