Release RocksDB 5.0

Summary:
Update HISTORY.md and version.h
Closes https://github.com/facebook/rocksdb/pull/1536

Differential Revision: D4202987

Pulled By: IslamAbdelRahman

fbshipit-source-id: 94985e3
This commit is contained in:
Islam AbdelRahman 2016-11-17 18:31:55 -08:00 committed by Facebook Github Bot
parent 635a7bd1ad
commit c1038d2837
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Rocksdb Change Log # Rocksdb Change Log
## Unreleased ## 5.0.0 (11/17/2016)
### Public API Change ### Public API Change
* Options::max_bytes_for_level_multiplier is now a double along with all getters and setters. * Options::max_bytes_for_level_multiplier is now a double along with all getters and setters.
* Support dynamically change `delayed_write_rate` and `max_total_wal_size` options via SetDBOptions(). * Support dynamically change `delayed_write_rate` and `max_total_wal_size` options via SetDBOptions().

View File

@ -4,8 +4,8 @@
// of patent rights can be found in the PATENTS file in the same directory. // of patent rights can be found in the PATENTS file in the same directory.
#pragma once #pragma once
#define ROCKSDB_MAJOR 4 #define ROCKSDB_MAJOR 5
#define ROCKSDB_MINOR 13 #define ROCKSDB_MINOR 0
#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