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:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2018-10-26 11:11:37 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2018-10-26 11:11:37 +0300
commitc886366c6f923251cac189178879f1a3440d9800 (patch)
treea52c8a4d37287b0958d5c769e76cee05f8e742a0 /php_redis.h
parent62765d2f8fc41c997df0649b4f4b0666c2db63ac (diff)
4.2.0RC24.2.0RC2
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 88dd1121..ed880d0d 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -25,7 +25,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "4.2.0RC1"
+#define PHP_REDIS_VERSION "4.2.0RC2"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);