Bump version to 5.4.6 and update HISTORY.md

This commit is contained in:
Yi Wu 2017-05-30 14:31:07 -07:00
parent 8c1f5c254f
commit 6e0597951e
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
# Rocksdb Change Log
## 5.4.6 (05/30/2017)
### Bug Fixes
* Fix db_bench with lite build.
## 5.4.5 (05/19/2017)
### Bug Fixes
* Facility for cross-building RocksJava using Docker.

View File

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