summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFosco Marotto <fjm@fb.com>2018-11-12 11:55:03 -0800
committerFosco Marotto <fjm@fb.com>2018-11-12 11:55:03 -0800
commitcfdea78fdeb9332cb7688da7f23790e36254d4e3 (patch)
tree7a323e20cb36a03f93903e41ac8225abed532324
parentfef38d947737f264a486d10e0e0719d3786cd3e2 (diff)
Update history and version for 5.16.6 release.v5.16.6
-rw-r--r--HISTORY.md2
-rw-r--r--include/rocksdb/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 363239525..4b77c12e3 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 40e36a1d4..ef8a8bd11 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