From e6d3e956cb904c9e621283bcd67d72b81df77c41 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Nov 2021 06:45:26 +0100 Subject: update to 1.11.1 (no change) --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-mongodb.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index ecec1a4..4c0cc28 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ mongodb MongoDB support => enabled -MongoDB extension version => 1.11.0 +MongoDB extension version => 1.11.1 MongoDB extension stability => stable libbson headers version => 1.19.1 libbson library version => 1.19.1 diff --git a/REFLECTION b/REFLECTION index afeac79..7ce6e92 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #123 mongodb version 1.11.0 ] { +Extension [ extension #123 mongodb version 1.11.1 ] { - Dependencies { Dependency [ date (Required) ] @@ -17,7 +17,7 @@ Extension [ extension #123 mongodb version 1.11.0 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.11.0 } + Constant [ string MONGODB_VERSION ] { 1.11.1 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 9a657e4..7f41963 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -47,7 +47,7 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.11.0 +%global upstream_version 1.11.1 #global upstream_prever alpha1 #global upstream_lower ~alpha1 Version: %{upstream_version}%{?upstream_lower} @@ -337,6 +337,9 @@ exit $ret %changelog +* Wed Nov 3 2021 Remi Collet - 1.11.1-1 +- update to 1.11.1 (no change) + * Sat Oct 30 2021 Remi Collet - 1.11.0-1 - update to 1.11.0 - with libbson and libmongoc 1.19.1 -- cgit