From: myabandeh Date: Wed, 16 Oct 2019 17:55:02 +0000 (-0700) Subject: Bump up the version to 6.5.1 X-Git-Tag: v6.5.2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1d5083a007f5c6ab55fa5fd451da4d2c20975c23;p=rocksdb.git Bump up the version to 6.5.1 --- diff --git a/HISTORY.md b/HISTORY.md index 59fab712..bfd879a4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 6.5.1 (10/16/2019) ### Bug Fixes * Revert the feature "Merging iterator to avoid child iterator reseek for some cases (#5286)" since it might cause strange results when reseek happens with a different iterator upper bound. * Fix a bug in BlockBasedTableIterator that might return incorrect results when reseek happens with a different iterator upper bound. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 49f70c6d..e2cc0dd3 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 6 #define ROCKSDB_MINOR 5 -#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