From: Fosco Marotto Date: Mon, 12 Nov 2018 19:55:03 +0000 (-0800) Subject: Update history and version for 5.16.6 release. X-Git-Tag: v5.16.6^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cfdea78fdeb9332cb7688da7f23790e36254d4e3;p=rocksdb.git Update history and version for 5.16.6 release. --- 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