diff --git a/HISTORY.md b/HISTORY.md index b26450022..a85e864b4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,7 @@ # Rocksdb Change Log +## 5.18.4 (3/3/2020) +* Various fixes for ARM64 support (#6250) + ## 5.18.3 (2/11/2019) ### Bug Fixes * Fix possible LSM corruption when both range deletions and subcompactions are used. The symptom of this corruption is L1+ files overlapping in the user key space. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 24cef677f..b6a505abb 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 5 #define ROCKSDB_MINOR 18 -#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