We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c22441 commit 4197a7fCopy full SHA for 4197a7f
php_redis.h
@@ -239,7 +239,7 @@ extern zend_module_entry redis_module_entry;
239
240
#define phpext_redis_ptr redis_module_ptr
241
242
-#define PHP_REDIS_VERSION "2.2.1"
+#define PHP_REDIS_VERSION "2.2.2"
243
244
#endif
245
rpm/php-redis.spec
@@ -3,7 +3,7 @@
3
%global php_version %(php-config --version 2>/dev/null || echo 0)
4
5
Name: php-redis
6
-Version: 2.2.1
+Version: 2.2.2
7
Release: 1%{?dist}
8
Summary: The phpredis extension provides an API for communicating with the Redis key-value store.
9
0 commit comments