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:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-10-31 23:50:23 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-10-31 23:50:23 +0300
commit6bdcd6dfbab3f5143e97dc9a0a61295bfe182efc (patch)
tree471df8d8ff5771fb4d11cfeba51b7c029f5bfde9
parent351ccef1d59f3ddb550dd093469c08922c269019 (diff)
Back to dev
-rw-r--r--Changelog.md4
-rw-r--r--php_redis.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 9f8b177e..0f83a4b0 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -7,6 +7,10 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [Unreleased]
+---
+
+## [5.1.0] - 2019-10-31 ([GitHub](https://github.com/phpredis/phpredis/releases/tag/5.1.0), [PECL](https://pecl.php.net/package/redis/5.1.0))
+
### Added
- Add optional support for Zstd compression, using `--enable-redis-ztsd`.
diff --git a/php_redis.h b/php_redis.h
index f17066ec..977c5378 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -25,7 +25,7 @@
#define PHP_REDIS_H
/* phpredis version */
-#define PHP_REDIS_VERSION "5.1.0-dev"
+#define PHP_REDIS_VERSION "5.2.0-dev"
PHP_METHOD(Redis, __construct);
PHP_METHOD(Redis, __destruct);