]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update version to 6.6.4 v6.6.4
authorFosco Marotto <fjm@fb.com>
Fri, 31 Jan 2020 21:03:51 +0000 (13:03 -0800)
committerFosco Marotto <fjm@fb.com>
Fri, 31 Jan 2020 21:03:51 +0000 (13:03 -0800)
HISTORY.md
include/rocksdb/version.h

index c84ff1fd8e22d27bfa3b3c589d3a86fd615007db..d01425e7e001b616e23c7ecfafcce4b824a0e2f6 100644 (file)
@@ -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.
 
index d2647eb810d95681cb4d4a3cf7591bdb2874c84d..4dc14ee91ea836ea0fb18525afad9a770e39c593 100644 (file)
@@ -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