From: Michael Wallner Date: Tue, 1 Dec 2015 16:09:08 +0000 (+0100) Subject: fix version 1.1.x->1.0.2 X-Git-Tag: release-1.0.2RC1~2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-propro;a=commitdiff_plain;h=5870bdd05282a41112f72abeb7d81cc9ab012c47 fix version 1.1.x->1.0.2 --- diff --git a/package.xml b/package.xml index 8cef0fe..6992352 100644 --- a/package.xml +++ b/package.xml @@ -21,11 +21,11 @@ http://pear.php.net/dtd/package-2.0.xsd"> 2015-12-01 - 1.1.0RC1 + 1.0.2RC1 1.0.0 - stable + beta stable BSD-2-Clause diff --git a/php_propro.h b/php_propro.h index fb8ce02..92d1eeb 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 "1.1.0RC1" +#define PHP_PROPRO_VERSION "1.0.2RC1" #ifdef PHP_WIN32 # define PHP_PROPRO_API __declspec(dllexport)