update HISTORY.md and version.h for 6.11.4

This commit is contained in:
Andrew Kryczka 2020-07-15 17:54:15 -07:00
parent c8b9556cb6
commit 48bfca38f6
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Rocksdb Change Log # Rocksdb Change Log
## Unreleased ## 6.11.4 (7/15/2020)
### Bug Fixes ### Bug Fixes
* Make compaction report InternalKey corruption while iterating over the input. * Make compaction report InternalKey corruption while iterating over the input.

View File

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