Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Favre-Felix <n.favrefelix@gmail.com>2011-05-20 22:12:52 +0400
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2011-05-20 23:48:42 +0400
commitb1f9a726c319458798086712052058230f31fec9 (patch)
tree81c44ff7e9b0ce894da893160a83b06eea0de74c /php_redis.h
parent3d8752599b6016cdc019091967ace9a48655894e (diff)
Version bump to 2.1.1
Diffstat (limited to 'php_redis.h')
-rwxr-xr-xphp_redis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/php_redis.h b/php_redis.h
index b35decaf..d4188464 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -210,7 +210,7 @@ extern zend_module_entry redis_module_entry;
#define phpext_redis_ptr redis_module_ptr
-#define PHP_REDIS_VERSION "2.1.0"
+#define PHP_REDIS_VERSION "2.1.1"
#endif