From 167b66c5e2e74664c7dd1ef8de37efebf1b0ac74 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Feb 2019 06:32:22 +0100 Subject: v3.0.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-igbinary.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index b518fbf..36b2905 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ igbinary igbinary support => enabled -igbinary version => 3.0.0a2 +igbinary version => 3.0.0 igbinary APCu serializer ABI => 0 igbinary session support => yes diff --git a/REFLECTION b/REFLECTION index 9be78bc..496746d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #103 igbinary version 3.0.0a2 ] { +Extension [ extension #103 igbinary version 3.0.0 ] { - Dependencies { Dependency [ standard (Required) ] diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 510510a..b92c177 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -26,7 +26,7 @@ %global ini_name 40-%{pecl_name}.ini %global upstream_version 3.0.0 -%global upstream_prever a2 +#global upstream_prever a2 Summary: Replacement for the standard PHP serializer Name: %{?sub_prefix}php-pecl-igbinary @@ -297,6 +297,9 @@ fi %changelog +* Mon Feb 18 2019 Remi Collet - 3.0.0-1 +- update to 3.0.0 + * Thu Feb 14 2019 Remi Collet - 3.0.0~a2-1 - update to 3.0.0a2 (alpha) - raise dependency on PHP 7.0 -- cgit