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>2019-10-31 23:50:23 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-10-31 23:50:23 +0300
commit6bdcd6dfbab3f5143e97dc9a0a61295bfe182efc (patch)
tree471df8d8ff5771fb4d11cfeba51b7c029f5bfde9 /php_redis.h
parent351ccef1d59f3ddb550dd093469c08922c269019 (diff)
Back to dev
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 f17066ec..977c5378 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -25,7 +25,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "5.1.0-dev"
+#define PHP_REDIS_VERSION "5.2.0-dev"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);