From 1b963a999c8ccf03c0b7f49067690cfa24026e53 Mon Sep 17 00:00:00 2001 From: Peter Dillinger Date: Thu, 17 Sep 2020 14:18:42 -0700 Subject: [PATCH] Update HISTORY.md and version.h for 6.12.4 --- HISTORY.md | 2 ++ include/rocksdb/version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 09038efb6..81d85b48f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,7 @@ # Rocksdb Change Log ## Unreleased + +## 6.12.4 (2020-09-18) ### Public API Change * Reworked `BackupableDBOptions::share_files_with_checksum_naming` (new in 6.12) with some minor improvements and to better support those who were extracting files sizes from backup file names. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index a5eb321ec..2a1c49019 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -6,7 +6,7 @@ #define ROCKSDB_MAJOR 6 #define ROCKSDB_MINOR 12 -#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