From 7d3b07ee79a6ef533705902523ae69080d173cc6 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 25 May 2016 13:47:51 +0200 Subject: [PATCH] prepare 2.0.1 --- package.xml | 4 ++-- php_propro.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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) -- 2.30.2