From a1774dde9a5bd51bc6ece5988781c6f28cc69d48 Mon Sep 17 00:00:00 2001 From: Sagar Vemuri Date: Thu, 31 Jan 2019 15:49:35 -0800 Subject: [PATCH] Bump version to 5.18.2 --- HISTORY.md | 2 +- include/rocksdb/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index e81b3f30f..0d1382092 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## 5.18.2 (01/23/2019) +## 5.18.2 (01/31/2019) ### Public API Change * Change time resolution in FileOperationInfo. * Deleting Blob files also go through SStFileManager. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index fbf98bde7..3e1d5e04c 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 5 #define ROCKSDB_MINOR 18 -#define ROCKSDB_PATCH 1 +#define ROCKSDB_PATCH 2 // Do not use these. We made the mistake of declaring macros starting with // double underscore. Now we have to live with our choice. We'll deprecate these