summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFosco Marotto <fjm@fb.com>2020-01-31 13:03:51 -0800
committerFosco Marotto <fjm@fb.com>2020-01-31 13:03:51 -0800
commit551a110918493a19d11243f53408b97485de1411 (patch)
tree21ea8bb8a51cc1693b5d28e8f032a2ad0dad31ed
parentf5f46ade44ff64ba8621347ed7d44e6f4fd23024 (diff)
Update version to 6.6.4v6.6.4
-rw-r--r--HISTORY.md2
-rw-r--r--include/rocksdb/version.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY.md b/HISTORY.md
index c84ff1fd8..d01425e7e 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 d2647eb81..4dc14ee91 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