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>2020-06-25 19:56:09 +0300
committermichael-grunder <michael.grunder@gmail.com>2020-06-25 21:11:02 +0300
commitdd3a11a8f7eba80c413bec5b8f4cdc60d9f54071 (patch)
tree4a816202813b4198cd6b009d9686ab892b987607 /php_redis.h
parentf7ed4aabe1cb2ca360f86238b8e7336b73d0236f (diff)
Finalize 5.3.0RC changelog/package.xml5.3.0RC1
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 a4ff9f4b..1666c597 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -23,7 +23,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "5.2.0"
+#define PHP_REDIS_VERSION "5.3.0RC1"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);