From 6002cce2237a4c6c8a6d6c1e08fc42fe5e7e234b Mon Sep 17 00:00:00 2001 From: Ramkumar Vadivelu Date: Thu, 7 Jan 2021 09:32:27 -0800 Subject: [PATCH] Bump the version file to 6.15.3 and update HISTORY.md with fix information. --- HISTORY.md | 4 ++++ include/rocksdb/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index ac9b95b6..2b1a74c9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,8 @@ # Rocksdb Change Log +## 6.15.3 (01/07/2021) +### Bug Fixes +* For Java builds, fix errors due to missing compression library includes. + ## 6.15.2 (12/22/2020) ### Bug Fixes * Fix failing RocksJava test compilation and add CI jobs diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 0fc493fe..ed7df3e6 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 2 +#define ROCKSDB_PATCH 3 // 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 -- 2.47.3