<email>mike@php.net</email>
<active>yes</active>
</lead>
- <date>2013-12-05</date>
+ <date>2015-12-01</date>
<version>
- <release>1.0.1</release>
+ <release>1.1.0RC1</release>
<api>1.0.0</api>
</version>
<stability>
</stability>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
-* Internals documentation at http://php.github.io/php/pecl-php-propro
+* Internals documentation at http://m6w6.github.io/ext-propro/v1.0.x/
+* Travis support
+* Fix package.xml's maximum and minumum PHP version
]]></notes>
<contents>
<dir name="/">
<providesextension>propro</providesextension>
<extsrcrelease/>
</package>
-
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)