From f3e33549c151f30ac4eb7c22356c6d0331f37652 Mon Sep 17 00:00:00 2001 From: Andrew Kryczka Date: Wed, 14 Oct 2020 10:55:43 -0700 Subject: [PATCH] Update HISTORY.md and version.h for 6.12.7 --- HISTORY.md | 4 ++++ include/rocksdb/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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