From: Michael Wallner Date: Tue, 1 Dec 2015 16:12:37 +0000 (+0100) Subject: prepare 1.1.1RC1 X-Git-Tag: release-1.1.1RC1~2 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=inline;h=e2921b2656ab8cb0be622fcb4cc53b74a6dae57a;p=m6w6%2Fext-raphf prepare 1.1.1RC1 --- 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)