summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-02 07:30:43 +0200
committerRemi Collet <remi@remirepo.net>2019-05-02 07:30:43 +0200
commita481372bfca0acde3a4065099ee95bd1bd454cbd (patch)
tree3580f9a91815d23421fec4867971ef747bcadf74
parentceef0035641b476ea20464d52e0df01ce97ac4bd (diff)
v0.2.4 (no change)
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-uv.spec5
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 [ <persistent> extension #167 uv version 0.2.3 ] {
+Extension [ <persistent> extension #167 uv version 0.2.4 ] {
- Functions {
Function [ <internal:uv> 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 <remi@remirepo.net> - 0.2.4-1
+- update to 0.2.4 (no change)
+
* Mon Apr 29 2019 Remi Collet <remi@remirepo.net> - 0.2.3-1
- update to 0.2.3
- open https://github.com/bwoebi/php-uv/issues/66