]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
update HISTORY.md and version.h for 6.11.4 v6.11.4
authorAndrew Kryczka <andrewkr@fb.com>
Thu, 16 Jul 2020 00:54:15 +0000 (17:54 -0700)
committerAndrew Kryczka <andrewkr@fb.com>
Thu, 16 Jul 2020 00:54:15 +0000 (17:54 -0700)
HISTORY.md
include/rocksdb/version.h

index 6f810bb933409d5e2efe3133840502b06e7e387f..fd68c140964763a6e58617add724c3b4ed02f763 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 6.11.4 (7/15/2020)
 ### Bug Fixes
 * Make compaction report InternalKey corruption while iterating over the input.
 
index 1143ef6969249516aa5127e9a5b7d0d6515e7838..fc324ef8e0bdabf13ec9f67dcdca4d6953887411 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 11
-#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