diff options
| author | Remi Collet <remi@remirepo.net> | 2022-03-07 07:58:40 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-03-07 07:58:40 +0100 | 
| commit | 9d11ba71f30e1a92c4e05bc14cccfedc67131e6f (patch) | |
| tree | 49826bbf721716c67404c2f754e0116743f880fd | |
| parent | 1f946001760a5e69868578f1c7a039c0fc0ec283 (diff) | |
update to 1.2.3
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-teds.spec | 5 | 
3 files changed, 6 insertions, 3 deletions
@@ -2,4 +2,4 @@  teds  teds support => enabled -teds version => 1.2.0 +teds version => 1.2.3 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #99 teds version 1.2.0 ] { +Extension [ <persistent> extension #99 teds version 1.2.3 ] {    - Functions {      Function [ <internal:teds> 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 <remi@remirepo.net> - 1.2.3-1 +- update to 1.2.3 +  * Fri Mar  4 2022 Remi Collet <remi@remirepo.net> - 1.2.0-1  - update to 1.2.0  | 
