We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a213e commit b8118b0Copy full SHA for b8118b0
package.xml
@@ -27,7 +27,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
27
<email>[email protected]</email>
28
<active>yes</active>
29
</lead>
30
- <date>2018-11-17</date>
+ <date>2018-11-18</date>
31
<version>
32
<release>4.2.0</release>
33
<api>4.2.0</api>
php_redis.h
@@ -25,7 +25,7 @@
25
#define PHP_REDIS_H
26
/* phpredis version */
-#define PHP_REDIS_VERSION "4.2.0RC3"
+#define PHP_REDIS_VERSION "4.2.0"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);
0 commit comments