From bf2c335184de16a3cc1787fa97ef9f22f7114238 Mon Sep 17 00:00:00 2001 From: akankshamahajan Date: Tue, 29 Nov 2022 06:51:03 -0800 Subject: [PATCH] Update HISTORY.md and version to 7.8.3 Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: --- HISTORY.md | 2 +- include/rocksdb/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 39942b14..fbb34835 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 7.8.3 (11/29/2022) * Revert an internal change in 7.8.0 associated with some memory usage churn. ## 7.8.2 (11/27/2022) diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 165a5f51..4c5cfe5f 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 8 -#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