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>2016-12-22 03:30:18 +0300
committermichael-grunder <michael.grunder@gmail.com>2016-12-22 03:30:18 +0300
commitb7aea0187c560efb0ec3a7f4a7f0a42aa356ac33 (patch)
treefad64c60f21e53c4ce4187434a52ab1b2e41e7d4 /php_redis.h
parentccd11e869b9a0a38dbc3c282c9008c63050c14c3 (diff)
Bamp 3.1.1-rc1
Diffstat (limited to 'php_redis.h')
-rw-r--r--php_redis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/php_redis.h b/php_redis.h
index c0a00152..5baa3be9 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.0"
+#define PHP_REDIS_VERSION "3.1.1-RC1"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);