Skip to content

Commit eb9a80f

Browse files
committed
Update HISTORY and version.h for 7.7.3
1 parent 6296ac6 commit eb9a80f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Rocksdb Change Log
2-
## Unreleased
2+
## 7.7.3 (10/11/2022)
33
### Bug Fixes
44
* Fixed a memory safety bug in experimental HyperClockCache (#10768)
55

include/rocksdb/version.h

Lines changed: 1 addition & 1 deletion
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 7
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)