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:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-07-15 21:18:44 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-07-15 21:18:44 +0300
commit7d5fe9c1838557f43d0f82cba255a8353249b4dd (patch)
treeb7ae09565918bb16acc297e57dbb157bab1236e4
parente88721834f65bbf444fc04405c5431c50b7022e7 (diff)
3.1.33.1.3
-rw-r--r--package.xml20
-rw-r--r--php_redis.h2
2 files changed, 11 insertions, 11 deletions
diff --git a/package.xml b/package.xml
index 4628b3fd..bd4553de 100644
--- a/package.xml
+++ b/package.xml
@@ -27,18 +27,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>p.yatsukhnenko@gmail.com</email>
<active>yes</active>
</lead>
- <date>2017-06-27</date>
+ <date>2017-07-15</date>
<version>
- <release>3.1.3RC2</release>
- <api>3.1.3RC2</api>
+ <release>3.1.3</release>
+ <api>3.1.3</api>
</version>
<stability>
- <release>beta</release>
- <api>beta</api>
+ <release>stable</release>
+ <api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- phpredis 3.1.3RC2
+ phpredis 3.1.3
This release contains two big improvements:
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">
</extsrcrelease>
<changelog>
<release>
- <stability><release>beta</release><api>beta</api></stability>
- <version><release>3.1.3RC2</release><api>3.1.3RC2</api></version>
- <date>2017-06-27</date>
+ <stability><release>stable</release><api>stable</api></stability>
+ <version><release>3.1.3</release><api>3.1.3</api></version>
+ <date>2017-07-15</date>
<notes>
- phpredis 3.1.3RC2
+ phpredis 3.1.3
This release contains two big improvements:
1. Adding a new printf like command construction function with additionaly format specifiers specific to phpredis.
diff --git a/php_redis.h b/php_redis.h
index c2bdc7c1..4f0aef8d 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -25,7 +25,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "3.1.3RC2"
+#define PHP_REDIS_VERSION "3.1.3"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);