From: Michael Wallner Date: Wed, 25 May 2016 11:47:51 +0000 (+0200) Subject: prepare 2.0.1 X-Git-Tag: release-2.0.1^0 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-propro;a=commitdiff_plain;h=7d3b07ee79a6ef533705902523ae69080d173cc6 prepare 2.0.1 --- diff --git a/package.xml b/package.xml index 7c54ded..16cff84 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-04-28 + 2016-05-25 - 2.0.1dev + 2.0.1 2.0.0 diff --git a/php_propro.h b/php_propro.h index 387766b..78f5b81 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.1dev" +#define PHP_PROPRO_VERSION "2.0.1" #ifdef PHP_WIN32 # define PHP_PROPRO_API __declspec(dllexport)