From 5b47ac612f1a00565a1c8531487d542a3c81bfcc Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Mon, 14 Nov 2016 13:26:09 +0100 Subject: [PATCH] Prepare release 0.1.1 --- package.xml | 11 ++++++----- php_uv.h | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.xml b/package.xml index 0433102..dea90fa 100644 --- a/package.xml +++ b/package.xml @@ -10,11 +10,11 @@ bobwei9@hotmail.com yes - 2016-11-01 - + 2016-11-14 + - 0.1.0 - 0.1.0 + 0.1.1 + 0.1.1 beta @@ -22,7 +22,8 @@ PHP License -- initial pecl release +- A few fixes regarding refcounting of uv resources +- A better config.m4 diff --git a/php_uv.h b/php_uv.h index e77771c..d9f23c5 100755 --- a/php_uv.h +++ b/php_uv.h @@ -3,7 +3,7 @@ #define PHP_UV_H #define PHP_UV_EXTNAME "uv" -#define PHP_UV_VERSION "0.1.0" +#define PHP_UV_VERSION "0.1.1" #ifdef HAVE_CONFIG_H #include "config.h"