From 90f219f565df3fd0a54476624ec0596a6975c053 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 May 2019 06:42:11 +0200 Subject: v1.2.9 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-ds.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 47037e3..56730ba 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,4 +2,4 @@ ds ds support => enabled -ds version => 1.2.8 +ds version => 1.2.9 diff --git a/REFLECTION b/REFLECTION index b524601..acddce9 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #87 ds version 1.2.8 ] { +Extension [ extension #90 ds version 1.2.9 ] { - Dependencies { Dependency [ json (Required) ] diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index 8a33849..4514ec4 100644 --- a/php-pecl-ds.spec +++ b/php-pecl-ds.spec @@ -33,7 +33,7 @@ Summary: Data Structures for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.2.8 +Version: 1.2.9 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: http://pecl.php.net/package/%{pecl_name} @@ -242,6 +242,9 @@ cd .. %changelog +* Mon May 13 2019 Remi Collet - 1.2.9-1 +- update to 1.2.9 + * Tue Jan 29 2019 Remi Collet - 1.2.8-1 - update to 1.2.8 -- cgit