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-07-02 09:32:10 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-07-02 09:32:10 +0300
commit97490a30640d1134310c72cf5ce7ca91e9a385bf (patch)
treea6e94540e9ec1c236976c22e7a471cdd564ee13a /php_redis.h
parente0fd026bdf6bdab3fc1a85d6ff2fad28cfb57b85 (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 0be45c0a..07c2e253 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.0"
+#define PHP_REDIS_VERSION "5.1.0-dev"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);