From 0c5770743e2997864384d0bd2d5f219d1b972708 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 1 Dec 2015 16:58:11 +0100 Subject: [PATCH] prepare 1.1.0RC1 --- package.xml | 9 +++++---- php_propro.h | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.xml b/package.xml index 75786b8..8cef0fe 100644 --- a/package.xml +++ b/package.xml @@ -19,9 +19,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> mike@php.net yes - 2013-12-05 + 2015-12-01 - 1.0.1 + 1.1.0RC1 1.0.0 @@ -30,7 +30,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> BSD-2-Clause @@ -76,4 +78,3 @@ http://pear.php.net/dtd/package-2.0.xsd"> propro - diff --git a/php_propro.h b/php_propro.h index 7d7acd4..fb8ce02 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.0.1" +#define PHP_PROPRO_VERSION "1.1.0RC1" #ifdef PHP_WIN32 # define PHP_PROPRO_API __declspec(dllexport) -- 2.30.2