Skip to content

Commit 0141aae

Browse files
Use correct RC specifier/beta stability everywhere for this release
1 parent 5d1813f commit 0141aae

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

package.xml

Lines changed: 6 additions & 6 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>2017-08-31</date>
3131
<version>
32-
<release>3.1.4</release>
33-
<api>3.1.4</api>
32+
<release>3.1.4RC1</release>
33+
<api>3.1.4RC1</api>
3434
</version>
3535
<stability>
36-
<release>stable</release>
36+
<release>beta</release>
3737
<api>beta</api>
3838
</stability>
3939
<license uri="http://www.php.net/license">PHP</license>
4040
<notes>
41-
phpredis 3.1.4
41+
phpredis 3.1.4RC1
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:
@@ -124,11 +124,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
124124
</extsrcrelease>
125125
<changelog>
126126
<release>
127-
<stability><release>stable</release><api>beta</api></stability>
127+
<stability><release>beta</release><api>beta</api></stability>
128128
<version><release>3.1.4RC1</release><api>3.1.4RC1</api></version>
129129
<date>2017-08-31</date>
130130
<notes>
131-
phpredis 3.1.4
131+
phpredis 3.1.4RC1
132132

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

0 commit comments

Comments
 (0)