From: Andrew Kryczka Date: Thu, 16 Jul 2020 00:54:15 +0000 (-0700) Subject: update HISTORY.md and version.h for 6.11.4 X-Git-Tag: v6.11.4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=48bfca38f6f175435052a59791922a1a453d9609;p=rocksdb.git update HISTORY.md and version.h for 6.11.4 --- diff --git a/HISTORY.md b/HISTORY.md index 6f810bb93..fd68c1409 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 1143ef696..fc324ef8e 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -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