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:
authorRemi Collet <remi@famillecollet.com>2016-01-10 19:19:31 +0300
committerRemi Collet <remi@famillecollet.com>2016-01-10 19:19:31 +0300
commitc22b58c6e3ea423bb07d30f13b6db1c69103f5c1 (patch)
treeefc4bff1d3d3ee89ac87af5dbc24694e96963897 /php_redis.h
parent61b7f6ca4e56ee761c5a5b42d8ca0ed534778f05 (diff)
Update version
To avoid users confusion, this is NOT a released version And use something > last released version.
Diffstat (limited to 'php_redis.h')
-rw-r--r--php_redis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/php_redis.h b/php_redis.h
index b52fceef..0e50a24a 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -25,7 +25,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "2.2.5"
+#define PHP_REDIS_VERSION "2.2.8-dev"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);