From f2f26b1559b77f56f3074c5cb7d93112b2dd3f9f Mon Sep 17 00:00:00 2001 From: akankshamahajan Date: Thu, 28 Apr 2022 08:05:36 -0700 Subject: [PATCH] Update HISTORY.md and version.h to 7.2.2 --- HISTORY.md | 2 +- include/rocksdb/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index c28190fcd3b..da59bdc8e77 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 7.2.2 (04/28/2022) ### Bug Fixes * Fixed a bug in async_io path where incorrect length of data is read by FilePrefetchBuffer if data is consumed from two populated buffers and request for more data is sent. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 58d03cc1b5d..86f8f3f721e 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -13,7 +13,7 @@ // minor or major version number planned for release. #define ROCKSDB_MAJOR 7 #define ROCKSDB_MINOR 2 -#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