From adbc12e526c5a026262a414d67891a6f0ec315c2 Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Tue, 30 Jun 2020 12:11:12 -0700 Subject: Prepare for 5.3.0 GA --- 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 cc3a276d..50483af5 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.0RC2" +#define PHP_REDIS_VERSION "5.3.0" PHP_METHOD(Redis, __construct); PHP_METHOD(Redis, __destruct); -- cgit v1.2.3