From: Fosco Marotto Date: Tue, 9 Apr 2019 21:30:12 +0000 (-0700) Subject: [rocksdb] 6.1.1 patch for internal version. X-Git-Tag: v6.1.1~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c931f3ae67495a5ad387275b98da82c03c7c123e;p=rocksdb.git [rocksdb] 6.1.1 patch for internal version. --- 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