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-06-27 </date >
30+ <date >2017-07-15 </date >
3131 <version >
32- <release >3.1.3RC2 </release >
33- <api >3.1.3RC2 </api >
32+ <release >3.1.3 </release >
33+ <api >3.1.3 </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.3RC2
41+ phpredis 3.1.3
4242
4343 This release contains two big improvements:
4444 1. Adding a new printf like command construction function with additionaly format specifiers specific to phpredis.
@@ -123,11 +123,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
123123 </extsrcrelease >
124124 <changelog >
125125 <release >
126- <stability ><release >beta </release ><api >beta </api ></stability >
127- <version ><release >3.1.3RC2 </release ><api >3.1.3RC2 </api ></version >
128- <date >2017-06-27 </date >
126+ <stability ><release >stable </release ><api >stable </api ></stability >
127+ <version ><release >3.1.3 </release ><api >3.1.3 </api ></version >
128+ <date >2017-07-15 </date >
129129 <notes >
130- phpredis 3.1.3RC2
130+ phpredis 3.1.3
131131
132132 This release contains two big improvements:
133133 1. Adding a new printf like command construction function with additionaly format specifiers specific to phpredis.
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.3RC2 "
28+ #define PHP_REDIS_VERSION "3.1.3 "
2929
3030PHP_METHOD (Redis , __construct );
3131PHP_METHOD (Redis , __destruct );
You can’t perform that action at this time.
0 commit comments