Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xphp_redis.h2
-rw-r--r--rpm/php-redis.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/php_redis.h b/php_redis.h
index 4092d38f..71e29ffd 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -239,7 +239,7 @@ extern zend_module_entry redis_module_entry;
#define phpext_redis_ptr redis_module_ptr
-#define PHP_REDIS_VERSION "2.2.1"
+#define PHP_REDIS_VERSION "2.2.2"
#endif
diff --git a/rpm/php-redis.spec b/rpm/php-redis.spec
index 7a67857f..633e3ed2 100644
--- a/rpm/php-redis.spec
+++ b/rpm/php-redis.spec
@@ -3,7 +3,7 @@
%global php_version %(php-config --version 2>/dev/null || echo 0)
Name: php-redis
-Version: 2.2.1
+Version: 2.2.2
Release: 1%{?dist}
Summary: The phpredis extension provides an API for communicating with the Redis key-value store.