From e38e83169ae96d8c27e72c1b407c65039b08ac50 Mon Sep 17 00:00:00 2001 From: Islam AbdelRahman Date: Thu, 17 Aug 2017 13:11:42 -0700 Subject: [PATCH] Bump to 5.4.11 --- HISTORY.md | 4 ++++ include/rocksdb/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 98c536e63..991ee434d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,8 @@ # Rocksdb Change Log +## 5.4.11 (08/17/2017) +### Bug Fixes +* Fix a bug in PosixWritableFile::Close() + ## 5.4.10 (08/12/2017) ### Bug Fixes * Fix incorrect dropping of deletions during intra-L0 compaction. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 3415b9ab4..4b9c35c83 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 5 #define ROCKSDB_MINOR 4 -#define ROCKSDB_PATCH 10 +#define ROCKSDB_PATCH 11 // 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