Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2017-08-31 06:25:13 +0300
committermichael-grunder <michael.grunder@gmail.com>2017-08-31 06:25:13 +0300
commit0141aae2684eae5b0643eecade6e7038a74ac003 (patch)
treeea7ef6c596f57b7bb195cf7f1417bb34f9f6c8bb
parent5d1813f1b7bcbbb0764a7e56a9d82d7f8f40e218 (diff)
Use correct RC specifier/beta stability everywhere for this release3.1.4RC1
-rw-r--r--package.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.xml b/package.xml
index 12c2863a..fad5f6c8 100644
--- a/package.xml
+++ b/package.xml
@@ -29,16 +29,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
</lead>
<date>2017-08-31</date>
<version>
- <release>3.1.4</release>
- <api>3.1.4</api>
+ <release>3.1.4RC1</release>
+ <api>3.1.4RC1</api>
</version>
<stability>
- <release>stable</release>
+ <release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- phpredis 3.1.4
+ phpredis 3.1.4RC1
The primary new feature phpredis 3.1.4 is the ability to send MULTI .. EXEC blocks in pipeline mode. There are
also many bugfixes and minor improvements to the api, listed below:
@@ -124,11 +124,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
</extsrcrelease>
<changelog>
<release>
- <stability><release>stable</release><api>beta</api></stability>
+ <stability><release>beta</release><api>beta</api></stability>
<version><release>3.1.4RC1</release><api>3.1.4RC1</api></version>
<date>2017-08-31</date>
<notes>
- phpredis 3.1.4
+ phpredis 3.1.4RC1
The primary new feature phpredis 3.1.4 is the ability to send MULTI .. EXEC blocks in pipeline mode. There are
also many bugfixes and minor improvements to the api, listed below: