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>2021-04-05 08:27:45 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2021-12-28 22:17:19 +0300
commitb344649b6f6d84362411507166daad5312a431f5 (patch)
treeb90ae0bc89d366658da66be7021eda24f95a451a /php_redis.h
parent8751a92c03dd289970d168e1b6efe2836908ea77 (diff)
[WIP] Issue #1894
Add geosearch and geosearchstore commands.
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 2c9ec50f..97ef3b55 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -23,7 +23,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "5.3.2"
+#define PHP_REDIS_VERSION "6.0.0-dev"
/* For convenience we store the salt as a printable hex string which requires 2
* characters per byte + 1 for the NULL terminator */