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>2018-06-22 10:43:23 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2018-06-22 10:43:23 +0300
commit38f4ed113153f9d4546372d6ccb1d8e6cfb581be (patch)
tree87ac1f741d094aa1af225e96607fe8b5242cf80b
parentd88f6be8aa54607881bb921ef9933de204af88d5 (diff)
4.1.0RC34.1.0RC3
-rw-r--r--package.xml10
-rw-r--r--php_redis.h2
2 files changed, 6 insertions, 6 deletions
diff --git a/package.xml b/package.xml
index 76782ac0..b27bf283 100644
--- a/package.xml
+++ b/package.xml
@@ -29,8 +29,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
</lead>
<date>2018-06-22</date>
<version>
- <release>4.1.0RC2</release>
- <api>4.1.0RC2</api>
+ <release>4.1.0RC3</release>
+ <api>4.1.0RC3</api>
</version>
<stability>
<release>beta</release>
@@ -38,7 +38,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- phpredis 4.1.0RC2
+ phpredis 4.1.0RC3
The primary new feature of this release is session locking functionality. Thanks to @SkydiveMarius!
@@ -120,10 +120,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
<changelog>
<release>
<stability><release>beta</release><api>beta</api></stability>
- <version><release>4.1.0RC2</release><api>4.1.0RC2</api></version>
+ <version><release>4.1.0RC3</release><api>4.1.0RC3</api></version>
<date>2018-06-22</date>
<notes>
- phpredis 4.1.0RC2
+ phpredis 4.1.0RC3
The primary new feature of this release is session locking functionality. Thanks to @SkydiveMarius!
diff --git a/php_redis.h b/php_redis.h
index 310f4047..6dbe0596 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -25,7 +25,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "4.1.0RC2"
+#define PHP_REDIS_VERSION "4.1.0RC3"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);