Bump version to 5.7.4

This commit is contained in:
Yi Wu 2017-08-31 14:27:13 -07:00
parent a03ae04493
commit 096593bc60
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# Rocksdb Change Log
## 5.7.4 (08/31/2017)
No significant changes.
## 5.7.3 (08/29/2017)
### Bug Fixes
* Fix transient reappearance of keys covered by range deletions when memtable prefix bloom filter is enabled.

View File

@ -6,7 +6,7 @@
#define ROCKSDB_MAJOR 5
#define ROCKSDB_MINOR 7
#define ROCKSDB_PATCH 3
#define ROCKSDB_PATCH 4
// 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