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