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-06-08 23:07:30 +0300
committermichael-grunder <michael.grunder@gmail.com>2016-06-08 23:07:30 +0300
commitbd610ee22e8a8fe7ee22c620a786e5f01597b335 (patch)
tree6a82f5399228aaecbc8b20aeae37222417730c65
parent5b2631234779f9aa5fbfd2c4a665ca7573db88ae (diff)
bamp2.2.8
-rw-r--r--package.xml16
-rw-r--r--php_redis.h2
2 files changed, 9 insertions, 9 deletions
diff --git a/package.xml b/package.xml
index 921703fc..c988c9d6 100644
--- a/package.xml
+++ b/package.xml
@@ -10,18 +10,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
This extension provides an API for communicating with Redis servers.
</description>
<lead>
- <name>Nicolas Favre-Felix</name>
- <user>nff</user>
- <email>n.favrefelix@gmail.com</email>
- <active>yes</active>
- </lead>
- <lead>
<name>Michael Grunder</name>
<user>mgrunder</user>
<email>michael.grunder@gmail.com</email>
<active>yes</active>
</lead>
- <date>2016-06-02</date>
+ <date>2016-06-08</date>
+ <lead>
+ <name>Nicolas Favre-Felix</name>
+ <user>nff</user>
+ <email>n.favrefelix@gmail.com</email>
+ <active>yes</active>
+ </lead>
<version>
<release>2.2.8</release>
<api>2.2.8</api>
@@ -128,7 +128,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<release>
<stability><release>stable</release><api>stable</api></stability>
<version><release>2.2.8</release><api>2.2.8</api></version>
- <date>2016-06-02</date>
+ <date>2016-06-08</date>
<notes>
phpredis 2.2.8
diff --git a/php_redis.h b/php_redis.h
index 498ba353..66cd16ba 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.8-rc1"
+#define PHP_REDIS_VERSION "2.2.8"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);