From 5870bdd05282a41112f72abeb7d81cc9ab012c47 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 1 Dec 2015 17:09:08 +0100 Subject: [PATCH] fix version 1.1.x->1.0.2 --- package.xml | 4 ++-- php_propro.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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) -- 2.30.2