[rocksdb] 6.1.1 patch for internal version.

This commit is contained in:
Fosco Marotto 2019-04-09 14:30:12 -07:00
parent 313e877285
commit c931f3ae67
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Rocksdb Change Log
### Unreleased
## 6.1.1 (4/9/2019)
### New Features
* When reading from option file/string/map, customized comparators and/or merge operators can be filled according to object registry.
### Public API Change

View File

@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 6
#define ROCKSDB_MINOR 1
#define ROCKSDB_PATCH 0
#define ROCKSDB_PATCH 1
// 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