From 03cc8ce399dcc5b655d30c4294449ba653745b06 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 9 Sep 2014 09:59:53 +0200 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 e49a7df..f924dea 100644 --- a/package.xml +++ b/package.xml @@ -39,7 +39,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ 2014-09-09 - 2.1.1 + 2.1.2dev 2.1.0 diff --git a/php_http.h b/php_http.h index 23e38b4..00c5ebf 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.1.1" +#define PHP_PECL_HTTP_VERSION "2.1.2dev" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2