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>2016-02-14 00:20:19 +0300
committermichael-grunder <michael.grunder@gmail.com>2016-02-14 00:20:19 +0300
commitb09e07b37ceace11b0a711c9e0bfc15996f071f2 (patch)
treec37e8bb8731fd511ecb8fd80ef7e75d2081d4814 /php_redis.h
parent661fb5b1f9b62129eafcc40ce8f207611c993747 (diff)
Update version and fix a leak
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 b52fceef..94fe8ac6 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -25,7 +25,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "2.2.5"
+#define PHP_REDIS_VERSION "2.2.8-devphp7"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);