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