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-03-17 15:10:23 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2018-03-17 15:10:23 +0300
commitea2a705a614940820279d60fde380d4fdbb9221a (patch)
treefde237d8c4603223e5b23fbc6cd3068daab85903
parent26a3abf060b611e85f65e480dfac83ab4114d78e (diff)
4.0.04.0.0
-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 f694aa10..9ebeb12f 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>2018-02-21</date>
+ <date>2018-03-17</date>
<version>
- <release>4.0.0RC2</release>
- <api>4.0.0RC2</api>
+ <release>4.0.0</release>
+ <api>4.0.0</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 4.0.0RC2
+ phpredis 4.0.0
*** WARNING! THIS RELEASE CONTAINS BRAKING API CHANGES! ***
@@ -124,11 +124,11 @@ http://pear.php.net/dtd/package-2.0.xsd">
</extsrcrelease>
<changelog>
<release>
- <stability><release>beta</release><api>beta</api></stability>
- <version><release>4.0.0RC2</release><api>4.0.0RC2</api></version>
- <date>2018-02-21</date>
+ <stability><release>stable</release><api>stable</api></stability>
+ <version><release>4.0.0</release><api>4.0.0</api></version>
+ <date>2018-03-17</date>
<notes>
- phpredis 4.0.0RC2
+ phpredis 4.0.0
*** WARNING! THIS RELEASE CONTAINS BRAKING API CHANGES! ***
diff --git a/php_redis.h b/php_redis.h
index 66855213..5323c7f4 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -25,7 +25,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "4.0.0RC2"
+#define PHP_REDIS_VERSION "4.0.0"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);