From c931f3ae67495a5ad387275b98da82c03c7c123e Mon Sep 17 00:00:00 2001 From: Fosco Marotto Date: Tue, 9 Apr 2019 14:30:12 -0700 Subject: [PATCH] [rocksdb] 6.1.1 patch for internal version. --- HISTORY.md | 2 +- include/rocksdb/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index f2bdcda11..10691e613 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # Rocksdb Change Log -### Unreleased +## 6.1.1 (4/9/2019) ### New Features * When reading from option file/string/map, customized comparators and/or merge operators can be filled according to object registry. ### Public API Change diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 9980c237f..2e8b49681 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 6 #define ROCKSDB_MINOR 1 -#define ROCKSDB_PATCH 0 +#define ROCKSDB_PATCH 1 // 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