From 3832939df1167255abe7f7c5a82fc2c9636d53ae Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Wed, 30 Aug 2017 14:50:14 -0700 Subject: Prepare for 3.1.4RC1 release --- 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 895ad710..0daf1594 100644 --- a/php_redis.h +++ b/php_redis.h @@ -25,7 +25,7 @@ #define PHP_REDIS_H /* phpredis version */ -#define PHP_REDIS_VERSION "develop" +#define PHP_REDIS_VERSION "3.1.4RC1" PHP_METHOD(Redis, __construct); PHP_METHOD(Redis, __destruct); -- cgit v1.2.3