From 20d49e4b9bace859fcdb5c87b37db2cdb2c6013a Mon Sep 17 00:00:00 2001 From: Yi Wu Date: Tue, 25 Jul 2017 10:11:29 -0700 Subject: [PATCH] Bump version to 5.6.1 --- HISTORY.md | 4 ++++ include/rocksdb/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 4b2fbd07..0ceca5f2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,8 @@ # Rocksdb Change Log +## 5.6.1 (07/25/2017) +### Bug Fixes +* Fix lite build. + ## 5.6.0 (06/06/2017) ### Public API Change * Scheduling flushes and compactions in the same thread pool is no longer supported by setting `max_background_flushes=0`. Instead, users can achieve this by configuring their high-pri thread pool to have zero threads. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 05e38ff8..f96e66a1 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 5 #define ROCKSDB_MINOR 6 -#define ROCKSDB_PATCH 0 +#define ROCKSDB_PATCH 1 // Do not use these. We made the mistake of declaring macros starting with // double underscore. Now we have to live with our choice. We'll deprecate these -- 2.47.3