From 050d73551b7f0f02f8d9f14ff52fcdf2ea7eba72 Mon Sep 17 00:00:00 2001 From: Fosco Marotto Date: Mon, 12 Nov 2018 14:43:45 -0800 Subject: [PATCH] Update history and version for future 5.18 release. Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/4669 Differential Revision: D13031522 Pulled By: gfosco fbshipit-source-id: d09e655a9d5556594f195c5d1b786900932145ce --- HISTORY.md | 2 ++ include/rocksdb/version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 4a19f0da5..61424f84f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,7 @@ # Rocksdb Change Log ## Unreleased + +## 5.18.0 (11/12/2018) ### New Features * Introduced `Memoryllocator`, which lets the user specify custom allocator for memory in block cache. * Introduced `PerfContextByLevel` as part of `PerfContext` which allows storing perf context at each level. Also replaced `__thread` with `thread_local` keyword for perf_context. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 306dd0e77..89802521d 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -5,7 +5,7 @@ #pragma once #define ROCKSDB_MAJOR 5 -#define ROCKSDB_MINOR 17 +#define ROCKSDB_MINOR 18 #define ROCKSDB_PATCH 0 // Do not use these. We made the mistake of declaring macros starting with