From cfdea78fdeb9332cb7688da7f23790e36254d4e3 Mon Sep 17 00:00:00 2001 From: Fosco Marotto Date: Mon, 12 Nov 2018 11:55:03 -0800 Subject: [PATCH] Update history and version for 5.16.6 release. --- HISTORY.md | 2 +- include/rocksdb/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 36323952..4b77c12e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # Rocksdb Change Log -# Unreleased +# 5.16.6 (11/24/2018) ### Bug Fixes * Fix the bug that WriteBatchWithIndex's SeekForPrev() doesn't see the entries with the same key. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 40e36a1d..ef8a8bd1 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 5 #define ROCKSDB_MINOR 16 -#define ROCKSDB_PATCH 5 +#define ROCKSDB_PATCH 6 // 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