From: Michael Wallner Date: Thu, 12 Mar 2015 06:39:32 +0000 (+0100) Subject: release 1.0.0RC2 X-Git-Tag: v1.0.0RC2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-json_post;a=commitdiff_plain;h=0b0d92494a62f6b171efc50dd91b4008fc2136ef release 1.0.0RC2 --- diff --git a/package.xml b/package.xml index 8c4eaaa..01ea008 100644 --- a/package.xml +++ b/package.xml @@ -23,9 +23,9 @@ This extension does not provide any constants, functions or classes. mike@php.net yes - 2015-03-10 + 2015-03-12 - 1.0.0RC1 + 1.0.0RC2 1.0.0 @@ -50,7 +50,7 @@ This extension does not provide any constants, functions or classes. - + diff --git a/php_json_post.h b/php_json_post.h index 02df117..525ad40 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.0RC1" +#define PHP_JSON_POST_VERSION "1.0.0RC2" #ifdef PHP_WIN32 # define PHP_JSON_POST_API __declspec(dllexport) diff --git a/tests/application.phpt b/tests/application.phpt index 1331be4..bb958ff 100644 --- a/tests/application.phpt +++ b/tests/application.phpt @@ -12,7 +12,7 @@ Content-Type: application/json } --FILE-- Done --EXPECTF-- @@ -20,5 +20,4 @@ array(1) { ["greeting"]=> string(11) "Hello World" } -int(0) Done