From 551a110918493a19d11243f53408b97485de1411 Mon Sep 17 00:00:00 2001 From: Fosco Marotto Date: Fri, 31 Jan 2020 13:03:51 -0800 Subject: [PATCH] Update version to 6.6.4 --- HISTORY.md | 2 ++ include/rocksdb/version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index c84ff1fd..d01425e7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,7 @@ # Rocksdb Change Log ## Unreleased + +## 6.6.4 (1/31/2020) ### Bug Fixes * Fixed issue #6316 that can cause a corruption of the MANIFEST file in the middle when writing to it fails due to no disk space. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index d2647eb8..4dc14ee9 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 6 #define ROCKSDB_MINOR 6 -#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 -- 2.47.3