From: akankshamahajan Date: Fri, 1 Jul 2022 02:16:59 +0000 (-0700) Subject: Update version to 7.4.2 and update HISTORY X-Git-Tag: v7.4.3~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4fd1285584450127d12471bbf75ffea1d6ff422b;p=rocksdb.git Update version to 7.4.2 and update HISTORY --- diff --git a/HISTORY.md b/HISTORY.md index 24fc93863..38436abce 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 7.4.2 (06/30/2022) ### Bug Fixes Fix a bug in Logger where if dbname and db_log_dir are on different filesystems, dbname creation would fail wrt to db_log_dir path returning an error and fails to open the DB. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 659579e6c..918a746fa 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 4 -#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