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>2017-01-16 21:39:56 +0300
committermichael-grunder <michael.grunder@gmail.com>2017-01-16 21:39:56 +0300
commitede43864a63db547319a01d14a8b272efd77de01 (patch)
treedd1a5428c817bcaf89b9ff91565b7c251128b16d
parent6096b5e351a0baeae268b2dcfdc48014eda0fdff (diff)
Fix version in sourceshow3.1.1RC2
-rw-r--r--php_redis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/php_redis.h b/php_redis.h
index eb701f5a..bfc7a5ff 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -25,7 +25,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "3.1.1RC1"
+#define PHP_REDIS_VERSION "3.1.1RC2"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);