Skip to content

Commit e656fa3

Browse files
committed
update HISTORY.md and version.h for 7.4.4
1 parent 66f369f commit e656fa3

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.4.4 (07/19/2022)
33
### Public API changes
44
* Removed Customizable support for RateLimiter and removed its CreateFromString() and Type() functions.
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 4
16-
#define ROCKSDB_PATCH 3
16+
#define ROCKSDB_PATCH 4
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)