From bda56d9462cefe742871cfab2786636dce4ddea0 Mon Sep 17 00:00:00 2001 From: akankshamahajan Date: Thu, 16 Apr 2020 15:20:24 -0700 Subject: [PATCH] Update to RocksDB 6.9.2 --- HISTORY.md | 3 +-- include/rocksdb/version.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index aac2add07..d3db53b22 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,5 @@ # Rocksdb Change Log -## Unreleased - +## 6.9.2 (04/16/2020) ### Public API Change * Add NewFileChecksumGenCrc32cFactory to the file checksum public API, such that the builtin Crc32c based file checksum generator factory can be used by applications. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 543b06b92..8a6015746 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 6 #define ROCKSDB_MINOR 9 -#define ROCKSDB_PATCH 1 +#define ROCKSDB_PATCH 2 // 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