<email>mike@php.net</email>
<active>yes</active>
</lead>
- <date>2016-01-19</date>
+ <date>2016-04-28</date>
<version>
- <release>2.0.0</release>
+ <release>2.0.1dev</release>
<api>2.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://m6w6.github.io/ext-propro/master/
-* Travis support
-* PHP7 compatible version
+* Fixed leak in write_dimension
]]></notes>
<contents>
<dir name="/">
extern zend_module_entry propro_module_entry;
#define phpext_propro_ptr &propro_module_entry
-#define PHP_PROPRO_VERSION "2.0.0"
+#define PHP_PROPRO_VERSION "2.0.1dev"
#ifdef PHP_WIN32
# define PHP_PROPRO_API __declspec(dllexport)