From: Andrew Kryczka Date: Tue, 13 Oct 2020 16:41:35 +0000 (-0700) Subject: Update HISTORY.md and version.h for 6.13.2 X-Git-Tag: v6.13.2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=950b72c7430e36aab6a37ef81f0bf779901fd68a;p=rocksdb.git Update HISTORY.md and version.h for 6.13.2 --- diff --git a/HISTORY.md b/HISTORY.md index df262b6ec..86b8dd41e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 6.13.2 (10/13/2020) ### Bug Fixes * Fix false positive flush/compaction `Status::Corruption` failure when `paranoid_file_checks == true` and range tombstones were written to the compaction output files. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index d4fe479e0..10f1d568f 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 6 #define ROCKSDB_MINOR 13 -#define ROCKSDB_PATCH 1 +#define ROCKSDB_PATCH 2 // 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