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:
authormichael-grunder <michael.grunder@gmail.com>2014-12-18 20:02:48 +0300
committermichael-grunder <michael.grunder@gmail.com>2014-12-18 20:02:48 +0300
commit18f368f7055f08de5cbd6d09753f76eb66ede2d2 (patch)
tree0020c14961bb9f0f825ef6bc64690b4147455fdb
parent2336477e10f7e6e7bb10fecc5988e807b2a8c1e3 (diff)
Bump version2.2.6
-rw-r--r--php_redis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/php_redis.h b/php_redis.h
index 48108573..ba02eb00 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -277,7 +277,7 @@ extern zend_module_entry redis_module_entry;
#define phpext_redis_ptr redis_module_ptr
-#define PHP_REDIS_VERSION "2.2.5"
+#define PHP_REDIS_VERSION "2.2.6"
#endif