From: Andrew Kryczka Date: Thu, 21 Jan 2021 20:41:08 +0000 (-0800) Subject: bump version and update HISTORY.md for 6.15.4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fbed72f03c3d9e4fdca3e5993587ef2559ba6ab9;p=rocksdb.git bump version and update HISTORY.md for 6.15.4 --- diff --git a/HISTORY.md b/HISTORY.md index 20488b03..3233385a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 6.15.4 (01/21/2021) ### Bug Fixes * Fix a race condition between DB startups and shutdowns in managing the periodic background worker threads. One effect of this race condition could be the process being terminated. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index ed7df3e6..5e86dd59 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 6 #define ROCKSDB_MINOR 15 -#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