]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump up the version to 6.5.1
authormyabandeh <myabandeh@fb.com>
Wed, 16 Oct 2019 17:55:02 +0000 (10:55 -0700)
committermyabandeh <myabandeh@fb.com>
Wed, 16 Oct 2019 17:55:02 +0000 (10:55 -0700)
HISTORY.md
include/rocksdb/version.h

index 59fab71208c0a9c51867ddb17f3f58258a50da60..bfd879a4a211961932413985a11918e7068faae1 100644 (file)
@@ -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.
index 49f70c6d4197a197318b31d4c1f3020a80b92340..e2cc0dd394d1c9b833ee930f1b438613dd28b141 100644 (file)
@@ -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