diff --git a/HISTORY.md b/HISTORY.md index a1700f993a4..7f4ba06b024 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,10 @@ # Rocksdb Change Log > NOTE: Entries for next release do not go here. Follow instructions in `unreleased_history/README.txt` +## 9.3.1 (05/25/2024) +### Bug Fixes +* [internal only] Build script improvement + ## 9.3.0 (05/17/2024) ### New Features * Optimistic transactions and pessimistic transactions with the WriteCommitted policy now support the `GetEntity` API. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 24506703fbc..3205bdce890 100644 --- a/include/rocksdb/version.h +++ b/include/rocksdb/version.h @@ -13,7 +13,7 @@ // minor or major version number planned for release. #define ROCKSDB_MAJOR 9 #define ROCKSDB_MINOR 3 -#define ROCKSDB_PATCH 0 +#define ROCKSDB_PATCH 1 // 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 diff --git a/unreleased_history/bug_fixes/buck_explicit_load.md b/unreleased_history/bug_fixes/buck_explicit_load.md deleted file mode 100644 index fb579237c92..00000000000 --- a/unreleased_history/bug_fixes/buck_explicit_load.md +++ /dev/null @@ -1 +0,0 @@ -* [internal only] Build script improvement