summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kryczka <andrewkr@fb.com>2021-01-21 12:41:08 -0800
committerAndrew Kryczka <andrewkr@fb.com>2021-01-21 12:41:08 -0800
commitfbed72f03c3d9e4fdca3e5993587ef2559ba6ab9 (patch)
treebb635f21b20c5022cf057a36990ba0eef9c46a1b
parent1420cbf09dd04d4dad5df05b4e8db9fa13f06899 (diff)
bump version and update HISTORY.md for 6.15.4v6.15.4
-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 20488b033..3233385ab 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,5 @@
# Rocksdb Change Log
-## Unreleased
+## 6.15.4 (01/21/2021)
### Bug Fixes
* Fix a race condition between DB startups and shutdowns in managing the periodic background worker threads. One effect of this race condition could be the process being terminated.
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index ed7df3e60..5e86dd596 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 6
#define ROCKSDB_MINOR 15
-#define ROCKSDB_PATCH 3
+#define ROCKSDB_PATCH 4
// 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