summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-03-14 08:14:45 +0100
committerRemi Collet <remi@remirepo.net>2019-03-14 08:14:45 +0100
commit128033f332c1c69bc92bcbc04a96b0429dccfdf2 (patch)
treeb9664399075afa1d96c3059f0a817b61a3de645e
parent9bb43630ac8f349bd1f08067c80512b6bfa36c17 (diff)
v4.3.0
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-redis4.spec5
3 files changed, 6 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index 29e3946..db9be78 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
redis
Redis Support => enabled
-Redis Version => 4.3.0RC2
+Redis Version => 4.3.0
Available serializers => php, igbinary
Available compression => lzf
diff --git a/REFLECTION b/REFLECTION
index b5c5682..52000c6 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #197 redis version 4.3.0RC2 ] {
+Extension [ <persistent> extension #197 redis version 4.3.0 ] {
- Dependencies {
Dependency [ igbinary (Required) ]
diff --git a/php-pecl-redis4.spec b/php-pecl-redis4.spec
index 52e8a58..e5270ce 100644
--- a/php-pecl-redis4.spec
+++ b/php-pecl-redis4.spec
@@ -29,7 +29,7 @@
%global ini_name 50-%{pecl_name}.ini
%endif
%global upstream_version 4.3.0
-%global upstream_prever RC2
+#global upstream_prever RC2
Summary: Extension for communicating with the Redis key-value store
Name: %{?sub_prefix}php-pecl-redis4
@@ -340,6 +340,9 @@ fi
%changelog
+* Thu Mar 14 2019 Remi Collet <remi@remirepo.net> - 4.3.0-1
+- update to 4.3.0 (stable)
+
* Wed Mar 6 2019 Remi Collet <remi@remirepo.net> - 4.3.0~RC2-1
- update to 4.3.0RC2 (beta)