File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
27272828 <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:
Original file line number Diff line number Diff line change 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
3030PHP_METHOD (Redis , __construct );
3131PHP_METHOD (Redis , __destruct );
You can’t perform that action at this time.
0 commit comments