Prepare release 0.1.1

This commit is contained in:
Bob Weinand 2016-11-14 13:26:09 +01:00
parent 350d91e47a
commit 5b47ac612f
2 changed files with 7 additions and 6 deletions

View File

@ -10,11 +10,11 @@
<email>bobwei9@hotmail.com</email> <email>bobwei9@hotmail.com</email>
<active>yes</active> <active>yes</active>
</lead> </lead>
<date>2016-11-01</date> <date>2016-11-14</date>
<time>16:00:00</time> <time>13:00:00</time>
<version> <version>
<release>0.1.0</release> <release>0.1.1</release>
<api>0.1.0</api> <api>0.1.1</api>
</version> </version>
<stability> <stability>
<release>beta</release> <release>beta</release>
@ -22,7 +22,8 @@
</stability> </stability>
<license uri="http://www.php.net/license">PHP License</license> <license uri="http://www.php.net/license">PHP License</license>
<notes> <notes>
- initial pecl release - A few fixes regarding refcounting of uv resources
- A better config.m4
</notes> </notes>
<contents> <contents>
<dir name="/"> <dir name="/">

View File

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