From a481372bfca0acde3a4065099ee95bd1bd454cbd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 May 2019 07:30:43 +0200 Subject: v0.2.4 (no change) --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-uv.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 6c4f9c3..1e64a40 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,5 +3,5 @@ uv PHP libuv Extension libuv Support => enabled -Version => 0.2.3 +Version => 0.2.4 libuv Version => 1.27 diff --git a/REFLECTION b/REFLECTION index df4c039..713c610 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #167 uv version 0.2.3 ] { +Extension [ extension #167 uv version 0.2.4 ] { - Functions { Function [ function uv_update_time ] { diff --git a/php-pecl-uv.spec b/php-pecl-uv.spec index a90c5b0..c66c030 100644 --- a/php-pecl-uv.spec +++ b/php-pecl-uv.spec @@ -18,7 +18,7 @@ Summary: Libuv wrapper Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.2.3 +Version: 0.2.4 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages @@ -234,6 +234,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu May 2 2019 Remi Collet - 0.2.4-1 +- update to 0.2.4 (no change) + * Mon Apr 29 2019 Remi Collet - 0.2.3-1 - update to 0.2.3 - open https://github.com/bwoebi/php-uv/issues/66 -- cgit