summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dillinger <peterd@fb.com>2022-01-31 10:14:30 -0800
committerPeter Dillinger <peterd@fb.com>2022-01-31 15:24:29 -0800
commitdf4d3cf6fd52907f9a9a9bb62f124891787610eb (patch)
tree46e2fec1ff4876c763e5c3e8a764eac7156b543a
parent70a68ddc0605168344a47df48c7a7129fee3930b (diff)
Update version to 6.28.2v6.28.2
Summary: Update version to 6.28.2 for bug fix
-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 07a4062ea..ba730973a 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,5 @@
# Rocksdb Change Log
-## Unreleased
+## 6.28.2 (2022-01-31)
### Bug Fixes
* Fixed a major bug in which batched MultiGet could return old values for keys deleted by DeleteRange when memtable Bloom filter is enabled (memtable_prefix_bloom_size_ratio > 0). (The fix includes a substantial MultiGet performance improvement in the unusual case of both memtable_whole_key_filtering and prefix_extractor.)
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index 41519fb6c..72561baca 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -11,7 +11,7 @@
#define ROCKSDB_MAJOR 6
#define ROCKSDB_MINOR 28
-#define ROCKSDB_PATCH 1
+#define ROCKSDB_PATCH 2
// 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