summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kryczka <andrewkr@fb.com>2022-07-19 08:49:59 -0700
committerAndrew Kryczka <andrewkr@fb.com>2022-07-19 08:49:59 -0700
commite656fa3d196c5b4c8a77255db1e6cd36a7ded348 (patch)
tree2425153f012ff75e8455f13457351affcb8daa66
parent66f369f91e1d05d3fbb7e1a02f0100e909e50e31 (diff)
update HISTORY.md and version.h for 7.4.4v7.4.4
-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 24e760302..0931b763a 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,5 @@
# Rocksdb Change Log
-## Unreleased
+## 7.4.4 (07/19/2022)
### Public API changes
* Removed Customizable support for RateLimiter and removed its CreateFromString() and Type() functions.
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index 7227f1db6..27cd33a37 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 3
+#define ROCKSDB_PATCH 4
// 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