8000 3.1.1 · chenyongze/phpredis@04778ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 04778ef

Browse files
committed
3.1.1
1 parent 6096b5e commit 04778ef

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@ http://pear.php.net/dtd/package-2.0.xsd">
2727
<email>p.yatsukhnenko@gmail.com</email>
2828
<active>yes</active>
2929
</lead>
30-
<date>2017-01-16</date>
30+
<date>2017-02-01</date>
3131
<version>
32-
<release>3.1.1RC2</release>
33-
<api>3.1.1RC2</api>
32+
<release>3.1.1</release>
33+
<api>3.1.1</api>
3434
</version>
3535
<stability>
36-
<release>beta</release>
37-
<api>beta</api>
36+
<release>stable</release>
37+
<api>stable</api>
3838
</stability>
3939
<license uri="http://www.php.net/license">PHP</license>
4040
<notes>
41-
phpredis 3.1.1RC2
41+
phpredis 3.1.1
4242

4343
* Additional test updates for 32 bit systems (@remicollet)
4444
* ARM rounding issue in tests (@remicollet)
4545
* Use new zend_list_close instead of zend_list_delete when reconnecting.
4646
* Refactoring of redis_boolean_response_impl and redis_sock_write (@yatsukhnenko)
4747

48-
phpredis 3.1.1.RC1
48+
phpredis 3.1.1
4949

5050
This release contains mostly fixes for issues introduced when merging
5151
the php 5 and 7 codebase into a single branch.
@@ -116,19 +116,19 @@ http://pear.php.net/dtd/package-2.0.xsd">
116116
<extsrcrelease/>
117117
<changelog>
118118
<release>
119-
<stability><release>beta</release><api>beta</api></stability>
120-
<version><release>3.1.1RC2</release><api>3.1.1RC2</api></version>
121-
<date>2017-01-16</date>
119+
<stability><release>stable</release><api>stable</api></stability>
120+
<version><release>3.1.1</release><api>3.1.1</api></version>
121+
<date>2017-02-01</date>
122122
<notes>
123123

124-
phpredis 3.1.1RC2
124+
phpredis 3.1.1
125125

126126
* Additional test updates for 32 bit systems (@remicollet)
127127
* ARM rounding issue in tests (@remicollet)
128128
* Use new zend_list_close instead of zend_list_delete when reconnecting.
129129
* Refactoring of redis_boolean_response_impl and redis_sock_write (@yatsukhnenko)
130130

131-
phpredis 3.1.1.RC1
131+
phpredis 3.1.1
132132

133133
This release contains mostly fixes for issues introduced when merging
134134
the php 5 and 7 codebase into a single branch.

php_redis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#define PHP_REDIS_H
2626

2727
/* phpredis version */
28-
#define PHP_REDIS_VERSION "3.1.1RC1"
28+
#define PHP_REDIS_VERSION "3.1.1"
2929

3030
PHP_METHOD(Redis, __construct);
3131
PHP_METHOD(Redis, __destruct);

0 commit comments

Comments
 (0)
0