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>2017-02-01 11:03:44 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-02-01 11:17:35 +0300
commit04778ef10c17b5e803233feb8b301b4556b3fcaa (patch)
treec52124b6684727b718a0f8805829e8ed35b0e24d
parent6096b5e351a0baeae268b2dcfdc48014eda0fdff (diff)
3.1.13.1.1
-rw-r--r--package.xml24
-rw-r--r--php_redis.h2
2 files changed, 13 insertions, 13 deletions
diff --git a/package.xml b/package.xml
index 5850a963..0946cb15 100644
--- a/package.xml
+++ b/package.xml
@@ -27,25 +27,25 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>p.yatsukhnenko@gmail.com</email>
<active>yes</active>
</lead>
- <date>2017-01-16</date>
+ <date>2017-02-01</date>
<version>
- <release>3.1.1RC2</release>
- <api>3.1.1RC2</api>
+ <release>3.1.1</release>
+ <api>3.1.1</api>
</version>
<stability>
- <release>beta</release>
- <api>beta</api>
+ <release>stable</release>
+ <api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- phpredis 3.1.1RC2
+ phpredis 3.1.1
* Additional test updates for 32 bit systems (@remicollet)
* ARM rounding issue in tests (@remicollet)
* Use new zend_list_close instead of zend_list_delete when reconnecting.
* Refactoring of redis_boolean_response_impl and redis_sock_write (@yatsukhnenko)
- phpredis 3.1.1.RC1
+ phpredis 3.1.1
This release contains mostly fixes for issues introduced when merging
the php 5 and 7 codebase into a single branch.
@@ -116,19 +116,19 @@ http://pear.php.net/dtd/package-2.0.xsd">
<extsrcrelease/>
<changelog>
<release>
- <stability><release>beta</release><api>beta</api></stability>
- <version><release>3.1.1RC2</release><api>3.1.1RC2</api></version>
- <date>2017-01-16</date>
+ <stability><release>stable</release><api>stable</api></stability>
+ <version><release>3.1.1</release><api>3.1.1</api></version>
+ <date>2017-02-01</date>
<notes>
- phpredis 3.1.1RC2
+ phpredis 3.1.1
* Additional test updates for 32 bit systems (@remicollet)
* ARM rounding issue in tests (@remicollet)
* Use new zend_list_close instead of zend_list_delete when reconnecting.
* Refactoring of redis_boolean_response_impl and redis_sock_write (@yatsukhnenko)
- phpredis 3.1.1.RC1
+ phpredis 3.1.1
This release contains mostly fixes for issues introduced when merging
the php 5 and 7 codebase into a single branch.
diff --git a/php_redis.h b/php_redis.h
index eb701f5a..c59a6eb3 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.1RC1"
+#define PHP_REDIS_VERSION "3.1.1"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);