From 5d30e975ba334605e947a78d002168a38dc9c3f4 Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Mon, 6 Jul 2020 09:17:58 -0700 Subject: Prepare for 5.3.1 --- 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 50483af5..76983fe0 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.0" +#define PHP_REDIS_VERSION "5.3.1" PHP_METHOD(Redis, __construct); PHP_METHOD(Redis, __destruct); -- cgit v1.2.3