Prepare 0.2.2

This commit is contained in:
Bob Weinand 2017-06-27 15:50:12 +02:00
parent e4cb65e5e3
commit 7ff75d760d
2 changed files with 7 additions and 6 deletions

View File

@ -10,11 +10,11 @@
<email>bobwei9@hotmail.com</email>
<active>yes</active>
</lead>
<date>2017-05-08</date>
<time>11:00:00</time>
<date>2017-06-27</date>
<time>14:00:00</time>
<version>
<release>0.2.1</release>
<api>0.2.1</api>
<release>0.2.2</release>
<api>0.2.2</api>
</version>
<stability>
<release>beta</release>
@ -22,7 +22,8 @@
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fix memory leak when closing
- Fix uv_is_active() to not warn when passed a closed handle
- Fix uv pipes within UVStdio objects
</notes>
<contents>
<dir name="/">

View File

@ -3,7 +3,7 @@
#define PHP_UV_H
#define PHP_UV_EXTNAME "uv"
#define PHP_UV_VERSION "0.2.1"
#define PHP_UV_VERSION "0.2.2"
#ifdef HAVE_CONFIG_H
#include "config.h"