From c8fc578c4a2cb9e71b508871e5e076aa40ca8e7f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 1 Dec 2015 17:15:06 +0100 Subject: [PATCH] prepare 2.0.0RC1 --- package.xml | 10 ++++++---- php_raphf.h | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) 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) -- 2.30.2