From 6358e1b967050b712f499dd4bac3474012ef4802 Mon Sep 17 00:00:00 2001 From: Peter Dillinger Date: Mon, 20 Jun 2022 07:12:39 -0700 Subject: [PATCH] Start release 7.5 development (#10204) Summary: Update HISTORY.md and version.h Pull Request resolved: https://github.com/facebook/rocksdb/pull/10204 Test Plan: version bump only Reviewed By: ajkr Differential Revision: D37271866 Pulled By: pdillinger fbshipit-source-id: 0ccaa2af36648a5b6017c172a7826a244e1aec93 --- HISTORY.md | 2 ++ include/rocksdb/version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 1dfdbe2d9..bcd4388c6 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,6 @@ # Rocksdb Change Log +## Unreleased + ## 7.4.0 (06/19/2022) ### Bug Fixes * Fixed a bug in calculating key-value integrity protection for users of in-place memtable updates. In particular, the affected users would be those who configure `protection_bytes_per_key > 0` on `WriteBatch` or `WriteOptions`, and configure `inplace_callback != nullptr`. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 3de33a9d0..5b12bc2cc 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -12,7 +12,7 @@ // NOTE: in 'main' development branch, this should be the *next* // minor or major version number planned for release. #define ROCKSDB_MAJOR 7 -#define ROCKSDB_MINOR 4 +#define ROCKSDB_MINOR 5 #define ROCKSDB_PATCH 0 // Do not use these. We made the mistake of declaring macros starting with