summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kryczka <andrewkr@fb.com>2020-10-14 10:55:43 -0700
committerAndrew Kryczka <andrewkr@fb.com>2020-10-14 10:55:43 -0700
commitf3e33549c151f30ac4eb7c22356c6d0331f37652 (patch)
tree9d600947d3c83f816c9874bd3ceb7e1951a3ee78
parentbfdb0a7651672427ee62ed9e489a8f7f4235e2fc (diff)
Update HISTORY.md and version.h for 6.12.7v6.12.7
-rw-r--r--HISTORY.md4
-rw-r--r--include/rocksdb/version.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 89ed3cf66..5a1872a29 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,4 +1,8 @@
# Rocksdb Change Log
+## 6.12.7 (2020-10-14)
+### Other
+Fix build issue to enable RocksJava release for ppc64le
+
## 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 508a01188..fb9f46b40 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 6
+#define ROCKSDB_PATCH 7
// 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