bump version 2.0.3

This commit is contained in:
MirKml
2021-04-22 17:03:02 +02:00
parent 4a911568d5
commit dbfb62e981
2 changed files with 20 additions and 4 deletions

View File

@@ -11,9 +11,9 @@
<active>yes</active>
</lead>
<!-- latest release information -->
<date>2021-04-18</date>
<date>2021-04-22</date>
<version>
<release>2.0.2</release>
<release>2.0.3</release>
<api>1.1</api>
</version>
<stability>
@@ -22,7 +22,7 @@
</stability>
<license>BSD</license>
<notes><![CDATA[
- compatibility with PHP 8 - thanks Remi
- fix windows build - thanks Christoph <cmb@php.net>
]]>
</notes>
<contents>
@@ -86,6 +86,22 @@
<providesextension>rrd</providesextension>
<extsrcrelease />
<changelog>
<release>
<version>
<release>2.0.3</release>
<api>1.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>BSD</license>
<notes><![CDATA[
- fix windows build - thanks Christoph <cmb@php.net>
]]>
</notes>
<date>2021-04-22</date>
</release>
<release>
<version>
<release>2.0.2</release>

View File

@@ -14,7 +14,7 @@
extern zend_module_entry rrd_module_entry;
#define phpext_rrd_ptr &rrd_module_entry
#define PHP_RRD_VERSION "2.0.2"
#define PHP_RRD_VERSION "2.0.3"
#ifdef ZTS
#include "TSRM.h"