From f3ab3fd7d65628dfb1815a5a1ea05d9b4d495eaf Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 28 Jul 2015 10:24:24 +0200 Subject: [PATCH] relase 1.0.1 --- package.xml | 6 +++--- php_json_post.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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) -- 2.30.2