From: Yi Wu Date: Thu, 9 Nov 2017 05:28:42 +0000 (-0800) Subject: Bump version to 5.8.4 X-Git-Tag: rocksdb-5.8.6~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4907d2463b632e942e977cca805b6485eae7896d;p=rocksdb.git Bump version to 5.8.4 --- diff --git a/HISTORY.md b/HISTORY.md index 6792795b..e62622e0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,10 +1,4 @@ # Rocksdb Change Log -## 5.8.3 (11/08/2017) -No major changes. - -## 5.8.2 (11/03/2017) -No major changes. - ## 5.8.1 (10/23/2017) ### New Features * Add a new db property "rocksdb.estimate-oldest-key-time" to return oldest data timestamp. The property is available only for FIFO compaction with compaction_options_fifo.allow_compaction = false. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index ab6ca7a1..61ca0a1e 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 5 #define ROCKSDB_MINOR 8 -#define ROCKSDB_PATCH 3 +#define ROCKSDB_PATCH 4 // 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