From 1bdb9bbd427f19d97fcc042ff493dc8d7f707db6 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Fri, 29 Oct 2010 12:01:13 +0200 Subject: [PATCH] Version bump, 2.0.10 --- php_redis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_redis.h b/php_redis.h index d250f22822..f865b544b4 100755 --- a/php_redis.h +++ b/php_redis.h @@ -200,7 +200,7 @@ extern zend_module_entry redis_module_entry; #define phpext_redis_ptr redis_module_ptr -#define PHP_REDIS_VERSION "2.0.8" +#define PHP_REDIS_VERSION "2.0.10" #endif