From: Michael Wallner Date: Mon, 9 Apr 2018 10:30:57 +0000 (+0200) Subject: prepare release v2.1.0 X-Git-Tag: v2.1.0 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-propro;a=commitdiff_plain;h=4a55d12c4ff0a9a53f170f4d53e5703aee7626c4 prepare release v2.1.0 * PHP-7.2 compatibility --- diff --git a/package.xml b/package.xml index 16cff84..37fb8f2 100644 --- a/package.xml +++ b/package.xml @@ -19,9 +19,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> mike@php.net yes - 2016-05-25 + 2018-04-09 - 2.0.1 + 2.1.0 2.0.0 @@ -30,7 +30,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> BSD-2-Clause diff --git a/php_propro.h b/php_propro.h index 78f5b81..4fc39c5 100644 --- a/php_propro.h +++ b/php_propro.h @@ -16,7 +16,7 @@ extern zend_module_entry propro_module_entry; #define phpext_propro_ptr &propro_module_entry -#define PHP_PROPRO_VERSION "2.0.1" +#define PHP_PROPRO_VERSION "2.1.0" #ifdef PHP_WIN32 # define PHP_PROPRO_API __declspec(dllexport)