Skip to content

Commit bf2c335

Browse files
Update HISTORY.md and version to 7.8.3
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 7aa573e commit bf2c335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Rocksdb Change Log
2-
## Unreleased
2+
## 7.8.3 (11/29/2022)
33
* Revert an internal change in 7.8.0 associated with some memory usage churn.
44

55
## 7.8.2 (11/27/2022)

include/rocksdb/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// minor or major version number planned for release.
1414
#define ROCKSDB_MAJOR 7
1515
#define ROCKSDB_MINOR 8
16-
#define ROCKSDB_PATCH 2
16+
#define ROCKSDB_PATCH 3
1717

1818
// Do not use these. We made the mistake of declaring macros starting with
1919
// double underscore. Now we have to live with our choice. We'll deprecate these

0 commit comments

Comments
 (0)