]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Bump up the version to 6.4.5
authorsdong <siying.d@fb.com>
Tue, 1 Oct 2019 23:32:46 +0000 (16:32 -0700)
committersdong <siying.d@fb.com>
Tue, 1 Oct 2019 23:32:46 +0000 (16:32 -0700)
HISTORY.md
include/rocksdb/version.h

index 0f747d7459c2399140f8ed1930dccafff1299beb..c9f4a122a84570652ac482959925d051a9e2f663 100644 (file)
@@ -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.
 
index 29e9700190175ed7533806ab11599d5541dbb16f..81dd0ecfe44368b918e9603904aa7e1323787979 100644 (file)
@@ -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