Skip to content

Commit 3e6d5b6

Browse files
Cutting a release for 2.2.3. Added myself as a maintainer
in the header files
1 parent 5d1b3a4 commit 3e6d5b6

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

php_redis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ extern zend_module_entry redis_module_entry;
256256

257257
#define phpext_redis_ptr redis_module_ptr
258258

259-
#define PHP_REDIS_VERSION "2.2.2"
259+
#define PHP_REDIS_VERSION "2.2.3"
260260

261261
#endif
262262

redis.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
| Original author: Alfonso Jimenez <[email protected]> |
1717
| Maintainer: Nicolas Favre-Felix <[email protected]> |
1818
| Maintainer: Nasreddine Bouafif <[email protected]> |
19+
| Maintainer: Michael Grunder <[email protected] |
1920
+----------------------------------------------------------------------+
2021
*/
2122

redis_array.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
| [email protected] so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
1515
| Author: Nicolas Favre-Felix <[email protected]> |
16+
| Maintainer: Michael Grunder <[email protected]> |
1617
+----------------------------------------------------------------------+
1718
*/
1819

redis_array_impl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
| [email protected] so we can mail you a copy immediately. |
1414
+----------------------------------------------------------------------+
1515
| Author: Nicolas Favre-Felix <[email protected]> |
16+
| Maintainer: Michael Grunder <[email protected]> |
1617
+----------------------------------------------------------------------+
1718
*/
1819
#include "redis_array_impl.h"

redis_session.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
| Original author: Alfonso Jimenez <[email protected]> |
1717
| Maintainer: Nicolas Favre-Felix <[email protected]> |
1818
| Maintainer: Nasreddine Bouafif <[email protected]> |
19+
| Maintainer: Michael Grunder <[email protected]> |
1920
+----------------------------------------------------------------------+
2021
*/
2122

rpm/php-redis.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global php_version %(php-config --version 2>/dev/null || echo 0)
44

55
Name: php-redis
6-
Version: 2.2.2
6+
Version: 2.2.3
77
Release: 1%{?dist}
88
Summary: The phpredis extension provides an API for communicating with the Redis key-value store.
99

0 commit comments

Comments
 (0)