summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-nsq.spec5
3 files changed, 6 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index 3f44d9f..ee7d590 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,5 +2,5 @@
nsq
nsq support => enabled
-version => 3.9.0
+version => 3.9.1
author => zhenyu.wu[email:wuzhenyu@kuangjue.com]
diff --git a/REFLECTION b/REFLECTION
index 522562c..160a634 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #97 nsq version 3.9.0 ] {
+Extension [ <persistent> extension #97 nsq version 3.9.1 ] {
- Dependencies {
Dependency [ json (Required) ]
diff --git a/php-pecl-nsq.spec b/php-pecl-nsq.spec
index 7d21000..2cad95e 100644
--- a/php-pecl-nsq.spec
+++ b/php-pecl-nsq.spec
@@ -21,7 +21,7 @@
Summary: PHP extension for NSQ client
Name: %{?scl_prefix}php-pecl-nsq
-Version: 3.9.0
+Version: 3.9.1
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source: https://pecl.php.net/get/%{sources}%{?prever}.tgz
License: PHP-3.01
@@ -175,6 +175,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon Jun 16 2025 Remi Collet <remi@remirepo.net> - 3.9.1-1
+- update to 3.9.1
+
* Sat May 31 2025 Remi Collet <remi@remirepo.net> - 3.9.0-1
- update to 3.9.0
- drop patch merged upstream