From: Yi Wu Date: Fri, 21 Sep 2018 16:13:34 +0000 (-0700) Subject: Bump version to 5.16.2 X-Git-Tag: v5.16.6~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7b378c0de213e8f9a3fe04c0510b1979ec8f1d64;p=rocksdb.git Bump version to 5.16.2 --- diff --git a/HISTORY.md b/HISTORY.md index be216acc..c0c9ba7d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,8 @@ # Rocksdb Change Log +## 5.16.2 (9/21/2018) +### Bug Fixes +* Fix bug in partition filters with format_version=4. + ## 5.16.1 (9/17/2018) ### Bug Fixes * Remove trace_analyzer_tool from rocksdb_lib target in TARGETS file. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 7503d150..ca58d7a2 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 5 #define ROCKSDB_MINOR 16 -#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