summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakankshamahajan <akankshamahajan@fb.com>2022-04-28 08:05:36 -0700
committerakankshamahajan <akankshamahajan@fb.com>2022-04-28 08:05:36 -0700
commitf2f26b1559b77f56f3074c5cb7d93112b2dd3f9f (patch)
treeb38def661505019297c57627bac8db1ebaf9aff0
parent710592283fc946c24b5c0844274a84f73fdec5d1 (diff)
Update HISTORY.md and version.h to 7.2.2v7.2.2
-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 c28190fcd..da59bdc8e 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 58d03cc1b..86f8f3f72 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