Skip to content

Commit e767f21

Browse files
committed
3.1.4
1 parent 9d3f551 commit e767f21

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
2727
<email>[email protected]</email>
2828
<active>yes</active>
2929
</lead>
30-
<date>2017-09-13</date>
30+
<date>2017-09-27</date>
3131
<version>
32-
<release>3.1.4RC3</release>
33-
<api>3.1.4RC3</api>
32+
<release>3.1.4</release>
33+
<api>3.1.4</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.4RC3
41+
phpredis 3.1.4
4242

4343
The primary new feature phpredis 3.1.4 is the ability to send MULTI .. EXEC blocks in pipeline mode. There are
4444
also many bugfixes and minor improvements to the api, listed below:
@@ -120,11 +120,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
120120
</extsrcrelease>
121121
<changelog>
122122
<release>
123-
<stability><release>beta</release><api>beta</api></stability>
124-
<version><release>3.1.4RC3</release><api>3.1.4RC3</api></version>
125-
<date>2017-09-13</date>
123+
<stability><release>stable</release><api>stable</api></stability>
124+
<version><release>3.1.4</release><api>3.1.4</api></version>
125+
<date>2017-09-27</date>
126126
<notes>
127-
phpredis 3.1.4RC3
127+
phpredis 3.1.4
128128

129129
The primary new feature phpredis 3.1.4 is the ability to send MULTI .. EXEC blocks in pipeline mode. There are
130130
also many bugfixes and minor improvements to the api, listed below:

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.4RC3"
28+
#define PHP_REDIS_VERSION "3.1.4"
2929

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

0 commit comments

Comments
 (0)