From 2f6ae536beb5a5153d1dc6f7ffeec0620e39bece Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Jul 2018 06:14:31 +0200 Subject: v1.13.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-grpc.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index a174e44..cd9ce77 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,4 +2,4 @@ grpc grpc support => enabled -grpc module version => 1.13.0RC3 +grpc module version => 1.13.0 diff --git a/REFLECTION b/REFLECTION index a033899..2b57f4c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #197 grpc version 1.13.0RC3 ] { +Extension [ extension #197 grpc version 1.13.0 ] { - Constants [41] { Constant [ integer Grpc\CALL_OK ] { 0 } diff --git a/php-pecl-grpc.spec b/php-pecl-grpc.spec index a94f580..fa937c0 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.13.0 -%global upstream_prever RC3 +#global upstream_prever RC3 Summary: General RPC framework Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -223,6 +223,9 @@ cd ../ZTS %changelog +* Tue Jul 10 2018 Remi Collet - 1.13.0-1 +- update to 1.13.0 + * Wed Jun 27 2018 Remi Collet - 1.13.0~RC3-1 - update to 1.13.0RC3 -- cgit