From: Michael Wallner Date: Tue, 28 Jul 2015 08:24:24 +0000 (+0200) Subject: relase 1.0.1 X-Git-Tag: v1.0.1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-json_post;a=commitdiff_plain;h=refs%2Ftags%2Fv1.0.1 relase 1.0.1 --- diff --git a/package.xml b/package.xml index dff97b9..213d9e0 100644 --- a/package.xml +++ b/package.xml @@ -24,9 +24,9 @@ This extension does not provide any constants, functions or classes. mike@php.net yes - 2015-03-18 + 2015-07-28 - 1.0.0 + 1.0.1 1.0.0 @@ -35,7 +35,7 @@ This extension does not provide any constants, functions or classes. BSD, revised diff --git a/php_json_post.h b/php_json_post.h index e797385..4400f31 100644 --- a/php_json_post.h +++ b/php_json_post.h @@ -16,7 +16,7 @@ extern zend_module_entry json_post_module_entry; #define phpext_json_post_ptr &json_post_module_entry -#define PHP_JSON_POST_VERSION "1.0.0" +#define PHP_JSON_POST_VERSION "1.0.1" #ifdef PHP_WIN32 # define PHP_JSON_POST_API __declspec(dllexport)