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>2019-02-25 14:47:39 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-02-25 14:47:39 +0300
commit7be6c78f185d33633c326be33bb6f20931207320 (patch)
tree5dcf594f34a2147d80191c366c76c9d982a3bfd9
parent253a93df8e3997584b4953844f450cfdbaaf1e80 (diff)
4.3.0RC14.3.0RC1
-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 87de09c6..3c75ecd3 100644
--- a/package.xml
+++ b/package.xml
@@ -29,8 +29,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
</lead>
<date>2019-02-25</date>
<version>
- <release>4.2.1RC1</release>
- <api>4.2.1RC1</api>
+ <release>4.3.0RC1</release>
+ <api>4.3.0RC1</api>
</version>
<stability>
<release>alpha</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.2.1RC1
+ phpredis 4.3.0RC1
This is probably the latest release with PHP 5 suport!!!
@@ -136,10 +136,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
<changelog>
<release>
<stability><release>alpha</release><api>alpha</api></stability>
- <version><release>4.2.1RC1</release><api>4.2.1RC1</api></version>
+ <version><release>4.3.0RC1</release><api>4.3.0RC1</api></version>
<date>2019-02-25</date>
<notes>
- phpredis 4.2.1RC1
+ phpredis 4.3.0RC1
This is probably the latest release with PHP 5 suport!!!
diff --git a/php_redis.h b/php_redis.h
index a02ff932..41a515be 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -25,7 +25,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "4.2.1RC1"
+#define PHP_REDIS_VERSION "4.3.0RC1"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);