From b344649b6f6d84362411507166daad5312a431f5 Mon Sep 17 00:00:00 2001 From: Pavlo Yatsukhnenko Date: Mon, 5 Apr 2021 08:27:45 +0300 Subject: [WIP] Issue #1894 Add geosearch and geosearchstore commands. --- php_redis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php_redis.h') 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 */ -- cgit v1.2.3