From 9443267ae6573fcf03939f7226b6b7ed6d5ae59a Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 10 Mar 2015 13:30:02 +0100 Subject: [PATCH 1/1] release 1.0.0RC1 --- package.xml | 6 +++--- php_json_post.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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) -- 2.30.2