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 23:50:53 +0400
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2011-05-20 23:50:53 +0400
commit43bc5905026c91a838d38803ead6fca512433a61 (patch)
treee790ef2fe5341b8533a342881d475f3fffc0350e
parentb1f9a726c319458798086712052058230f31fec9 (diff)
version bump after tagging mistake2.1.3
-rwxr-xr-xphp_redis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/php_redis.h b/php_redis.h
index d4188464..bafda5e9 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.1"
+#define PHP_REDIS_VERSION "2.1.3"
#endif