Skip to content

Commit 38f4ed1

Browse files
committed
4.1.0RC3
1 parent d88f6be commit 38f4ed1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

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 "4.1.0RC2"
28+
#define PHP_REDIS_VERSION "4.1.0RC3"
2929

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

0 commit comments

Comments
 (0)