Update release version to 5.1.0
This commit is contained in:
parent
bc5d7b7029
commit
dabcce9dfb
@ -1,5 +1,5 @@
|
|||||||
# Rocksdb Change Log
|
# Rocksdb Change Log
|
||||||
## Unreleased
|
## 5.1.0 (01/13/2016)
|
||||||
### Public API Change
|
### Public API Change
|
||||||
* Support dynamically change `delete_obsolete_files_period_micros` option via SetDBOptions().
|
* Support dynamically change `delete_obsolete_files_period_micros` option via SetDBOptions().
|
||||||
* Added EventListener::OnExternalFileIngested which will be called when IngestExternalFile() add a file successfully.
|
* Added EventListener::OnExternalFileIngested which will be called when IngestExternalFile() add a file successfully.
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define ROCKSDB_MAJOR 5
|
#define ROCKSDB_MAJOR 5
|
||||||
#define ROCKSDB_MINOR 0
|
#define ROCKSDB_MINOR 1
|
||||||
#define ROCKSDB_PATCH 0
|
#define ROCKSDB_PATCH 0
|
||||||
|
|
||||||
// Do not use these. We made the mistake of declaring macros starting with
|
// Do not use these. We made the mistake of declaring macros starting with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user