Skip to content

Commit 7d5fe9c

Browse files
committed
3.1.3
1 parent e887218 commit 7d5fe9c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
2727
<email>[email protected]</email>
2828
<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.

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

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

0 commit comments

Comments
 (0)