From 0b0d92494a62f6b171efc50dd91b4008fc2136ef Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 12 Mar 2015 07:39:32 +0100 Subject: [PATCH] release 1.0.0RC2 --- package.xml | 6 +++--- php_json_post.h | 2 +- tests/application.phpt | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-) 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 -- 2.30.2