8000 Version bump · jrtkcoder/phpredis@47c2a3c · GitHub
[go: up one dir, main page]

Skip to content

Commit 47c2a3c

Browse files
Version bump
1 parent 6447940 commit 47c2a3c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ http://pear.php.net/dtd/package-2.0.xsd">
99
<description>
1010
This extension provides an API for communicating with Redis servers.
1111
</description>
12-
<lead>
13-
<name>Nicolas Favre-Felix</name>
14-
<user>nff</user>
15-
<email>n.favrefelix@gmail.com</email>
16-
<active>yes</active>
17-
</lead>
1812
<lead>
1913
<name>Michael Grunder</name>
2014
<user>mgrunder</user>
2115
<email>michael.grunder@gmail.com</email>
2216
<active>yes</active>
2317
</lead>
24-
<date>2016-03-03</date>
18+
<lead>
19+
<name>Nicolas Favre-Felix</name>
20+
<user>nff</user>
21+
<email>n.favrefelix@gmail.com</email>
22+
<active>yes</active>
23+
</lead>
24+
<date>2016-06-09</date>
2525
<version>
2626
<release>3.0.0</release>
2727
<api>3.0.0</api>
@@ -105,8 +105,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
105105
<dependencies>
106106
<required>
107107
<php>
108-
<min>5.2.0</min>
109-
<max>6.0.0</max>
108+
<min>7.0.0</min>
109+
<max>7.1.0</max>
110110
<exclude>6.0.0</exclude>
111111
</php>
112112
<pearinstaller>
@@ -120,7 +120,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
120120
<release>
121121
<stability><release>stable</release><api>stable</api></stability>
122122
<version><release>3.0.0</release><api>3.0.0</api></version>
123-
<date>2016-06-03</date>
123+
<date>2016-06-09</date>
124124
<notes>
125125
phpredis 3.0.0
126126

php_redis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#define PHP_REDIS_H
2626

2727
/* phpredis version */
28-
#define PHP_REDIS_VERSION "3.0.0-rc1"
28+
#define PHP_REDIS_VERSION "3.0.0"
2929

3030
PHP_METHOD(Redis, __construct);
3131
PHP_METHOD(Redis, __destruct);

0 commit comments

Comments
 (0)
0