Update to RocksDB 6.9.2

This commit is contained in:
akankshamahajan 2020-04-16 15:20:24 -07:00
parent 0eda7f4727
commit bda56d9462
2 changed files with 2 additions and 3 deletions

View File

@ -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.

View File

@ -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