From: sdong Date: Tue, 1 Oct 2019 23:32:46 +0000 (-0700) Subject: Bump up the version to 6.4.5 X-Git-Tag: v6.4.6~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=24078122920016d8a80ee90e04f5ee950a2ef429;p=rocksdb.git Bump up the version to 6.4.5 --- diff --git a/HISTORY.md b/HISTORY.md index 0f747d74..c9f4a122 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 6.4.5 (10/1/2019) ### Bug Fixes * Revert the feature "Merging iterator to avoid child iterator reseek for some cases (#5286)" since it might cause strong results when reseek happens with a different iterator upper bound. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 29e97001..81dd0ecf 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 6 #define ROCKSDB_MINOR 4 -#define ROCKSDB_PATCH 4 +#define ROCKSDB_PATCH 5 // 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