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:
authormichael-grunder <michael.grunder@gmail.com>2020-03-19 20:31:43 +0300
committermichael-grunder <michael.grunder@gmail.com>2020-03-19 20:31:43 +0300
commit650ac0560d912c7e32dc75c9080e6aad91cab2f0 (patch)
tree1ba45d0a546656415e06d287ac3484d09ac5460a
parent429829a1d937c12a9f007b8823fdf2d9eb856fba (diff)
Bump version in php_redis.h5.2.1
-rw-r--r--php_redis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/php_redis.h b/php_redis.h
index af77ea00..acc2422c 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -23,7 +23,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "5.2.0"
+#define PHP_REDIS_VERSION "5.2.1"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);