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>2020-10-22 10:16:51 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2020-10-22 10:16:51 +0300
commit2716cc05133012585400de070071b67403101bdc (patch)
treeaf5b6c3751c181c4a16de0e92e237c41892b5ee8 /php_redis.h
parentfc195d6de0f10bf95cea63d122bca32a5256885b (diff)
Update release information
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 76983fe0..24ba89a7 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.1"
+#define PHP_REDIS_VERSION "5.3.2"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);