From: Michael Wallner Date: Tue, 10 Mar 2015 12:30:02 +0000 (+0100) Subject: release 1.0.0RC1 X-Git-Tag: v1.0.0RC1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-json_post;a=commitdiff_plain;h=9443267ae6573fcf03939f7226b6b7ed6d5ae59a;hp=8cdbdf67d395c318c1bd75867c8d504211df68cc release 1.0.0RC1 --- diff --git a/package.xml b/package.xml index 4b6ed04..8c4eaaa 100644 --- a/package.xml +++ b/package.xml @@ -23,13 +23,13 @@ This extension does not provide any constants, functions or classes. mike@php.net yes - 2015-03-01 + 2015-03-10 - 1.0.0 + 1.0.0RC1 1.0.0 - stable + beta stable BSD, revised diff --git a/php_json_post.h b/php_json_post.h index e797385..02df117 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.0RC1" #ifdef PHP_WIN32 # define PHP_JSON_POST_API __declspec(dllexport)