File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
2929 </lead >
3030 <date >2018-06-22</date >
3131 <version >
32- <release >4.1.0RC2 </release >
33- <api >4.1.0RC2 </api >
32+ <release >4.1.0RC3 </release >
33+ <api >4.1.0RC3 </api >
3434 </version >
3535 <stability >
3636 <release >beta</release >
3737 <api >beta</api >
3838 </stability >
3939 <license uri =" http://www.php.net/license" >PHP</license >
4040 <notes >
41- phpredis 4.1.0RC2
41+ phpredis 4.1.0RC3
4242
4343 The primary new feature of this release is session locking functionality. Thanks to @SkydiveMarius!
4444
@@ -120,10 +120,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
120120 <changelog >
121121 <release >
122122 <stability ><release >beta</release ><api >beta</api ></stability >
123- <version ><release >4.1.0RC2 </release ><api >4.1.0RC2 </api ></version >
123+ <version ><release >4.1.0RC3 </release ><api >4.1.0RC3 </api ></version >
124124 <date >2018-06-22</date >
125125 <notes >
126- phpredis 4.1.0RC2
126+ phpredis 4.1.0RC3
127127
128128 The primary new feature of this release is session locking functionality. Thanks to @SkydiveMarius!
129129
Original file line number Diff line number Diff line change 2525#define PHP_REDIS_H
2626
2727/* phpredis version */
28- #define PHP_REDIS_VERSION "4.1.0RC2 "
28+ #define PHP_REDIS_VERSION "4.1.0RC3 "
2929
3030PHP_METHOD (Redis , __construct );
3131PHP_METHOD (Redis , __destruct );
You can’t perform that action at this time.
0 commit comments