We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa573e commit bf2c335Copy full SHA for bf2c335
HISTORY.md
@@ -1,5 +1,5 @@
1
# Rocksdb Change Log
2
-## Unreleased
+## 7.8.3 (11/29/2022)
3
* Revert an internal change in 7.8.0 associated with some memory usage churn.
4
5
## 7.8.2 (11/27/2022)
include/rocksdb/version.h
@@ -13,7 +13,7 @@
13
// minor or major version number planned for release.
14
#define ROCKSDB_MAJOR 7
15
#define ROCKSDB_MINOR 8
16
-#define ROCKSDB_PATCH 2
+#define ROCKSDB_PATCH 3
17
18
// Do not use these. We made the mistake of declaring macros starting with
19
// double underscore. Now we have to live with our choice. We'll deprecate these
0 commit comments