From: Michael Wallner Date: Tue, 1 Dec 2015 16:15:06 +0000 (+0100) Subject: prepare 2.0.0RC1 X-Git-Tag: release-2.0.0RC1~2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=c8fc578c4a2cb9e71b508871e5e076aa40ca8e7f;p=m6w6%2Fext-raphf prepare 2.0.0RC1 --- diff --git a/package.xml b/package.xml index 617da3d..7878879 100644 --- a/package.xml +++ b/package.xml @@ -19,18 +19,20 @@ http://pear.php.net/dtd/package-2.0.xsd"> mike@php.net yes - 2015-07-28 + 2015-12-01 - 2.0.0dev + 2.0.0RC1 2.0.0 - stable + beta stable BSD, revised diff --git a/php_raphf.h b/php_raphf.h index 6e785be..9aae262 100644 --- a/php_raphf.h +++ b/php_raphf.h @@ -16,7 +16,7 @@ extern zend_module_entry raphf_module_entry; #define phpext_raphf_ptr &raphf_module_entry -#define PHP_RAPHF_VERSION "2.0.0dev" +#define PHP_RAPHF_VERSION "2.0.0RC1" #ifdef PHP_WIN32 # define PHP_RAPHF_API __declspec(dllexport)