From e1bf24967f29ec896a9cd3b39dbd21b0789306c6 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 16 Oct 2014 09:18:48 +0200 Subject: [PATCH] back to dev --- package.xml | 4 ++-- php_http.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.xml b/package.xml index 6b723d4..b967106 100644 --- a/package.xml +++ b/package.xml @@ -39,7 +39,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ 2014-10-16 - 2.1.3 + 2.1.4dev 2.1.0 @@ -48,7 +48,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ BSD, revised diff --git a/php_http.h b/php_http.h index 459b758..c59512a 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.3" +#define PHP_PECL_HTTP_VERSION "2.1.4dev" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2