summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakankshamahajan <akankshamahajan@fb.com>2022-06-30 19:16:59 -0700
committerakankshamahajan <akankshamahajan@fb.com>2022-06-30 19:16:59 -0700
commit4fd1285584450127d12471bbf75ffea1d6ff422b (patch)
tree991cb6519f00a63ae0689386201b66a9f9313745
parentd74333c500208944e7f762e12befe273d0f43c56 (diff)
Update version to 7.4.2 and update HISTORY
-rw-r--r--HISTORY.md2
-rw-r--r--include/rocksdb/version.h2
2 files changed, 2 insertions, 2 deletions
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