From 30d13fe5d8eb649f0e9f616b527993c644fa26de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Feb 2019 08:46:59 +0100 Subject: v1.19.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-grpc.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index a10a978..a2dbf63 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,4 +2,4 @@ grpc grpc support => enabled -grpc module version => 1.19.0RC1 +grpc module version => 1.19.0 diff --git a/REFLECTION b/REFLECTION index f17afc1..3049d25 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #200 grpc version 1.19.0RC1 ] { +Extension [ extension #200 grpc version 1.19.0 ] { - Constants [41] { Constant [ integer Grpc\CALL_OK ] { 0 } diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index f55ec9d..b5e89bb 100644 --- a/php-pecl-grpc.spec +++ b/php-pecl-grpc.spec @@ -25,7 +25,7 @@ %global ini_name 40-%{pecl_name}.ini %endif %global upstream_version 1.19.0 -%global upstream_prever RC1 +#global upstream_prever RC1 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -227,6 +227,9 @@ cd ../ZTS %changelog +* Wed Feb 27 2019 Remi Collet - 1.19.0-1 +- Update to 1.19.0 + * Mon Feb 18 2019 Remi Collet - 1.19.0~RC1-1 - Update to 1.19.0RC1 -- cgit