summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kryczka <andrewkr@fb.com>2020-10-13 09:30:27 -0700
committerAndrew Kryczka <andrewkr@fb.com>2020-10-13 09:30:27 -0700
commit7885d8f9bdf9a5ae7cfa91cdea91944f14dd3197 (patch)
tree5d652a9738686c10a192ec4d257d5824adf03e86
parent56fee9f1aefe51cd9427faf7cfd556fe2d02e57d (diff)
Update HISTORY.md and version.h for 6.12.6v6.12.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 a989078e6..89ed3cf66 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,5 @@
# Rocksdb Change Log
-## Unreleased
+## 6.12.6 (2020-10-13)
### Bug Fixes
* Fix false positive flush/compaction `Status::Corruption` failure when `paranoid_file_checks == true` and range tombstones were written to the compaction output files.
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index 60526e6c3..508a01188 100644
--- a/include/rocksdb/version.h
+++ b/include/rocksdb/version.h
@@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 6
#define ROCKSDB_MINOR 12
-#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