From e2921b2656ab8cb0be622fcb4cc53b74a6dae57a Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 1 Dec 2015 17:12:37 +0100 Subject: [PATCH] prepare 1.1.1RC1 --- package.xml | 12 ++++++------ php_raphf.h | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.xml b/package.xml index ac6920e..f959291 100644 --- a/package.xml +++ b/package.xml @@ -19,19 +19,20 @@ http://pear.php.net/dtd/package-2.0.xsd"> mike@php.net yes - 2015-07-28 + 2015-12-01 - 1.1.0 + 1.1.1RC1 1.0.0 - stable + beta stable BSD, revised @@ -79,4 +80,3 @@ http://pear.php.net/dtd/package-2.0.xsd"> raphf - diff --git a/php_raphf.h b/php_raphf.h index b084581..2618d57 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 "1.1.0" +#define PHP_RAPHF_VERSION "1.1.1RC1" #ifdef PHP_WIN32 # define PHP_RAPHF_API __declspec(dllexport) -- 2.30.2