Skip to content

Commit 4197a7f

Browse files
committed
Tag 2.2.2
1 parent 9c22441 commit 4197a7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php_redis.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ extern zend_module_entry redis_module_entry;
239239

240240
#define phpext_redis_ptr redis_module_ptr
241241

242-
#define PHP_REDIS_VERSION "2.2.1"
242+
#define PHP_REDIS_VERSION "2.2.2"
243243

244244
#endif
245245

rpm/php-redis.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global php_version %(php-config --version 2>/dev/null || echo 0)
44

55
Name: php-redis
6-
Version: 2.2.1
6+
Version: 2.2.2
77
Release: 1%{?dist}
88
Summary: The phpredis extension provides an API for communicating with the Redis key-value store.
99

0 commit comments

Comments
 (0)