Skip to content

Commit ee6ee5f

Browse files
author
akankshamahajan
committed
Update version.h and HISTORY.md for 7.1.1
1 parent 80bea2b commit ee6ee5f

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.1.1 (04/07/2022)
33
### Bug Fixes
44
* Fix segfault in FilePrefetchBuffer with async_io as it doesn't wait for pending jobs to complete on destruction.
55

include/rocksdb/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#define ROCKSDB_MAJOR 7
1313
#define ROCKSDB_MINOR 1
14-
#define ROCKSDB_PATCH 0
14+
#define ROCKSDB_PATCH 1
1515

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

0 commit comments

Comments
 (0)