Skip to content

Commit 749b35d

Browse files
author
Fosco Marotto
committed
Update history and version for 6.5 branch
1 parent 6a17172 commit 749b35d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Rocksdb Change Log
22
## Unreleased
3+
4+
## 6.5.0 (9/13/2019)
35
### Bug Fixes
46
* Fixed a number of data races in BlobDB.
57
* 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#pragma once
66

77
#define ROCKSDB_MAJOR 6
8-
#define ROCKSDB_MINOR 4
8+
#define ROCKSDB_MINOR 5
99
#define ROCKSDB_PATCH 0
1010

1111
// Do not use these. We made the mistake of declaring macros starting with

0 commit comments

Comments
 (0)