We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f48a2a commit 0915c99Copy full SHA for 0915c99
HISTORY.md
@@ -1,5 +1,5 @@
1
# Rocksdb Change Log
2
-## Unreleased
+## 6.7.3 (03/18/2020)
3
### Bug Fixes
4
* Fix a data race that might cause crash when calling DB::GetCreationTimeOfOldestFile() by a small chance. The bug was introduced in 6.6 Release.
5
include/rocksdb/version.h
@@ -6,7 +6,7 @@
6
7
#define ROCKSDB_MAJOR 6
8
#define ROCKSDB_MINOR 7
9
-#define ROCKSDB_PATCH 2
+#define ROCKSDB_PATCH 3
10
11
// Do not use these. We made the mistake of declaring macros starting with
12
// double underscore. Now we have to live with our choice. We'll deprecate these
0 commit comments