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-12-22 11:12:04 +0300
committermichael-grunder <michael.grunder@gmail.com>2016-12-22 11:12:04 +0300
commit811bcc1275c82070a6b85a18295898f2d7e39cdd (patch)
tree8f0bec6a57142f34ba591abdb98e642f221bd4cf
parent61a7e483927c2b20ed4dac680b9d9bbe1583662b (diff)
Bamp 3.1.1RC13.1.1RC1
-rw-r--r--php_redis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/php_redis.h b/php_redis.h
index 5baa3be9..eb701f5a 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -25,7 +25,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "3.1.1-RC1"
+#define PHP_REDIS_VERSION "3.1.1RC1"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);