version 2.0.1

git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@339162 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Miroslav Kubelik
2016-05-10 21:16:26 +00:00
parent 0826a33f80
commit 7c7f5f39c6
2 changed files with 21 additions and 4 deletions

View File

@@ -11,9 +11,9 @@
<active>yes</active>
</lead>
<!-- latest release information -->
<date>2015-12-28</date>
<date>2016-05-10</date>
<version>
<release>2.0.0</release>
<release>2.0.1</release>
<api>1.1</api>
</version>
<stability>
@@ -22,7 +22,8 @@
</stability>
<license>BSD</license>
<notes><![CDATA[
- utilize ZSTR macros for zend_string
- config.m4 - cleanup, pkg-config usage
- check for rrdtool 1.5, 1.6 - works without code changes
]]>
</notes>
<contents>
@@ -86,6 +87,22 @@
<providesextension>rrd</providesextension>
<extsrcrelease />
<changelog>
<release>
<version>
<release>2.0.1</release>
<api>1.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<notes><![CDATA[
- config.m4 - cleanup, pkg-config usage
- check for rrdtool 1.5, 1.6 - works without code changes
]]>
</notes>
<date>2016-05-10</date>
</release>
<release>
<version>
<release>2.0.0</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.0"
#define PHP_RRD_VERSION "2.0.1"
#ifdef ZTS
#include "TSRM.h"