]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Update history and version for 5.16.6 release. v5.16.6
authorFosco Marotto <fjm@fb.com>
Mon, 12 Nov 2018 19:55:03 +0000 (11:55 -0800)
committerFosco Marotto <fjm@fb.com>
Mon, 12 Nov 2018 19:55:03 +0000 (11:55 -0800)
HISTORY.md
include/rocksdb/version.h

index 363239525b6fe486cae20fcd3c2cfc60b32db6c5..4b77c12e34b6dbbd67d44c6bd4596d2b2f42de35 100644 (file)
@@ -1,6 +1,6 @@
 # Rocksdb Change Log
 
-# Unreleased
+# 5.16.6 (11/24/2018)
 ### Bug Fixes
 * Fix the bug that WriteBatchWithIndex's SeekForPrev() doesn't see the entries with the same key.
 
index 40e36a1d4d3471c746981ff33170f95a17528d09..ef8a8bd11f52c009b4c3b38821c4157e26469d9a 100644 (file)
@@ -6,7 +6,7 @@
 
 #define ROCKSDB_MAJOR 5
 #define ROCKSDB_MINOR 16
-#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