Cutting a release for 2.2.3. Added myself as a maintainer

in the header files
This commit is contained in:
michael-grunder
2013-04-28 11:09:58 -07:00
parent 5d1b3a4ddb
commit 3e6d5b60d6
6 changed files with 6 additions and 2 deletions

View File

@@ -256,7 +256,7 @@ extern zend_module_entry redis_module_entry;
#define phpext_redis_ptr redis_module_ptr
#define PHP_REDIS_VERSION "2.2.2"
#define PHP_REDIS_VERSION "2.2.3"
#endif

View File

@@ -16,6 +16,7 @@
| Original author: Alfonso Jimenez <yo@alfonsojimenez.com> |
| Maintainer: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
| Maintainer: Nasreddine Bouafif <n.bouafif@owlient.eu> |
| Maintainer: Michael Grunder <michael.grunder@gmail.com |
+----------------------------------------------------------------------+
*/

View File

@@ -13,6 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
| Maintainer: Michael Grunder <michael.grunder@gmail.com> |
+----------------------------------------------------------------------+
*/

View File

@@ -13,6 +13,7 @@
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Author: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
| Maintainer: Michael Grunder <michael.grunder@gmail.com> |
+----------------------------------------------------------------------+
*/
#include "redis_array_impl.h"

View File

@@ -16,6 +16,7 @@
| Original author: Alfonso Jimenez <yo@alfonsojimenez.com> |
| Maintainer: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
| Maintainer: Nasreddine Bouafif <n.bouafif@owlient.eu> |
| Maintainer: Michael Grunder <michael.grunder@gmail.com> |
+----------------------------------------------------------------------+
*/

View File

@@ -3,7 +3,7 @@
%global php_version %(php-config --version 2>/dev/null || echo 0)
Name: php-redis
Version: 2.2.2
Version: 2.2.3
Release: 1%{?dist}
Summary: The phpredis extension provides an API for communicating with the Redis key-value store.