From c1038d28375af4d9388b5ca3cbdfebba11196cd8 Mon Sep 17 00:00:00 2001 From: Islam AbdelRahman Date: Thu, 17 Nov 2016 18:31:55 -0800 Subject: [PATCH] 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 --- HISTORY.md | 2 +- include/rocksdb/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index cb1f3c35c..a4a867e23 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 5.0.0 (11/17/2016) ### Public API Change * 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(). diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 05da83863..7a64eedec 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -4,8 +4,8 @@ // of patent rights can be found in the PATENTS file in the same directory. #pragma once -#define ROCKSDB_MAJOR 4 -#define ROCKSDB_MINOR 13 +#define ROCKSDB_MAJOR 5 +#define ROCKSDB_MINOR 0 #define ROCKSDB_PATCH 0 // Do not use these. We made the mistake of declaring macros starting with