diff --git a/HISTORY.md b/HISTORY.md index 1c482dd71e52096a541c707c5595247ae5998d5b..66f9287fe43334134d8e026083058aa29174bd8f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,7 @@ # Rocksdb Change Log ## Unreleased + +## 5.14.0 (5/16/2018) ### Public API Change * Add a BlockBasedTableOption to align uncompressed data blocks on the smaller of block size or page size boundary, to reduce flash reads by avoiding reads spanning 4K pages. * The background thread naming convention changed (on supporting platforms) to "rocksdb:", e.g., "rocksdb:low0". diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 1f114089135dd75ffa7dfb997c8da62bf37d877a..b9da49ef8b0aa687b35127beeff6cb66282f6381 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -5,7 +5,7 @@ #pragma once #define ROCKSDB_MAJOR 5 -#define ROCKSDB_MINOR 13 +#define ROCKSDB_MINOR 14 #define ROCKSDB_PATCH 0 // Do not use these. We made the mistake of declaring macros starting with