summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-redis6.spec5
3 files changed, 6 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index dc83670..0597691 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
redis
Redis Support => enabled
-Redis Version => 6.1.0RC2
+Redis Version => 6.1.0
Redis Sentinel Version => 1.0
Available serializers => php, json, igbinary, msgpack
Available compression => lzf, zstd, lz4
diff --git a/REFLECTION b/REFLECTION
index 3755f36..bae8635 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #115 redis version 6.1.0RC2 ] {
+Extension [ <persistent> extension #116 redis version 6.1.0 ] {
- Dependencies {
Dependency [ igbinary (Required) ]
diff --git a/php-pecl-redis6.spec b/php-pecl-redis6.spec
index 3ba9493..038161b 100644
--- a/php-pecl-redis6.spec
+++ b/php-pecl-redis6.spec
@@ -31,7 +31,7 @@
%global ini_name 50-%{pecl_name}.ini
%global upstream_version 6.1.0
-%global upstream_prever RC2
+#global upstream_prever RC2
%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
%global _configure ../%{sources}/configure
@@ -337,6 +337,9 @@ exit $ret
%changelog
+* Sat Oct 5 2024 Remi Collet <remi@remirepo.net> - 6.1.0-1
+- update to 6.1.0
+
* Tue Sep 24 2024 Remi Collet <remi@remirepo.net> - 6.1.0~RC2-1
- update to 6.1.0RC2