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

index b0299fe8d6990db2aaaa1ad920d88eee7150003e..b2791bee133599a5d4b81e5cc28ab17441683dfe 100644 (file)
@@ -1,5 +1,5 @@
 # Rocksdb Change Log
-## Unreleased
+## 6.4.6 (10/16/2019)
 ### Bug Fixes
 * Fix a bug when partitioned filters and prefix search are used in conjunction, ::SeekForPrev could return invalid for an existing prefix. ::SeekForPrev might be called by the user, or internally on ::Prev, or within ::Seek if the return value involves Delete or a Merge operand.
 
index 81dd0ecfe44368b918e9603904aa7e1323787979..582e440758e72089dea099b3489ff2f1f742845f 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 6
 #define ROCKSDB_MINOR 4
-#define ROCKSDB_PATCH 5
+#define ROCKSDB_PATCH 6
 
 // 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