From 97bf78721b7d9c1fa25e6a9b38b693d45e85196d Mon Sep 17 00:00:00 2001 From: Jay Zhuang Date: Tue, 13 Oct 2020 17:46:31 -0700 Subject: [PATCH] Update HISTORY.md and version.h for 6.13.3 --- HISTORY.md | 2 +- include/rocksdb/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 911e3ac99..2b554edd2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 6.13.3 (10/14/2020) ### Bug Fixes * Fix a bug that could cause a stalled write to crash with mixed of slowdown and no_slowdown writes (`WriteOptions.no_slowdown=true`). diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 10f1d568f..c1fef2fb2 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 2 +#define ROCKSDB_PATCH 3 // 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 -- 2.47.3