Bump version to 5.16.2
This commit is contained in:
parent
e90493a865
commit
7b378c0de2
@ -1,4 +1,8 @@
|
|||||||
# Rocksdb Change Log
|
# Rocksdb Change Log
|
||||||
|
## 5.16.2 (9/21/2018)
|
||||||
|
### Bug Fixes
|
||||||
|
* Fix bug in partition filters with format_version=4.
|
||||||
|
|
||||||
## 5.16.1 (9/17/2018)
|
## 5.16.1 (9/17/2018)
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
* Remove trace_analyzer_tool from rocksdb_lib target in TARGETS file.
|
* Remove trace_analyzer_tool from rocksdb_lib target in TARGETS file.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#define ROCKSDB_MAJOR 5
|
#define ROCKSDB_MAJOR 5
|
||||||
#define ROCKSDB_MINOR 16
|
#define ROCKSDB_MINOR 16
|
||||||
#define ROCKSDB_PATCH 1
|
#define ROCKSDB_PATCH 2
|
||||||
|
|
||||||
// Do not use these. We made the mistake of declaring macros starting with
|
// 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
|
// double underscore. Now we have to live with our choice. We'll deprecate these
|
||||||
|
Loading…
x
Reference in New Issue
Block a user