From 9d11ba71f30e1a92c4e05bc14cccfedc67131e6f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Mar 2022 07:58:40 +0100 Subject: update to 1.2.3 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-teds.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 4f85831..e4cd1fc 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,4 +2,4 @@ teds teds support => enabled -teds version => 1.2.0 +teds version => 1.2.3 diff --git a/REFLECTION b/REFLECTION index b30939d..2bddcad 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #99 teds version 1.2.0 ] { +Extension [ extension #99 teds version 1.2.3 ] { - Functions { Function [ function Teds\any ] { diff --git a/php-pecl-teds.spec b/php-pecl-teds.spec index 04a128c..3cfecfa 100644 --- a/php-pecl-teds.spec +++ b/php-pecl-teds.spec @@ -19,7 +19,7 @@ %global pecl_name teds %global ini_name 40-%{pecl_name}.ini -%global upstream_version 1.2.0 +%global upstream_version 1.2.3 #global upstream_prever a1 Summary: Tentative Extra Data Structures @@ -194,6 +194,9 @@ fi %changelog +* Mon Mar 7 2022 Remi Collet - 1.2.3-1 +- update to 1.2.3 + * Fri Mar 4 2022 Remi Collet - 1.2.0-1 - update to 1.2.0 -- cgit