summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dillinger <peterd@fb.com>2022-10-11 12:18:26 -0700
committerPeter Dillinger <peterd@fb.com>2022-10-11 12:18:26 -0700
commiteb9a80fe1f18017b4d7f4084e8f2554f12234822 (patch)
treea1b61cacdc61744a138e0ce4c7f1561052f3a287
parent6296ac656b8d7638e41350509498e8cc66b21bfb (diff)
Update HISTORY and version.h for 7.7.3v7.7.3
-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 f00a68b52..5827b73a8 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,5 +1,5 @@
# Rocksdb Change Log
-## Unreleased
+## 7.7.3 (10/11/2022)
### Bug Fixes
* Fixed a memory safety bug in experimental HyperClockCache (#10768)
diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h
index 1ab9b300e..b6cffc550 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 7
-#define ROCKSDB_PATCH 2
+#define ROCKSDB_PATCH 3
// 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