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 6a17172 commit 749b35dCopy full SHA for 749b35d
HISTORY.md
@@ -1,5 +1,7 @@
1
# Rocksdb Change Log
2
## Unreleased
3
+
4
+## 6.5.0 (9/13/2019)
5
### Bug Fixes
6
* Fixed a number of data races in BlobDB.
7
* Fix a bug where the compaction snapshot refresh feature is not disabled as advertised when `snap_refresh_nanos` is set to 0..
include/rocksdb/version.h
@@ -5,7 +5,7 @@
#pragma once
#define ROCKSDB_MAJOR 6
8
-#define ROCKSDB_MINOR 4
+#define ROCKSDB_MINOR 5
9
#define ROCKSDB_PATCH 0
10
11
// Do not use these. We made the mistake of declaring macros starting with
0 commit comments