From: Andrew Kryczka Date: Tue, 19 Jul 2022 15:49:59 +0000 (-0700) Subject: update HISTORY.md and version.h for 7.4.4 X-Git-Tag: v7.4.4^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e656fa3d196c5b4c8a77255db1e6cd36a7ded348;p=rocksdb.git update HISTORY.md and version.h for 7.4.4 --- diff --git a/HISTORY.md b/HISTORY.md index 24e760302..0931b763a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ # Rocksdb Change Log -## Unreleased +## 7.4.4 (07/19/2022) ### Public API changes * Removed Customizable support for RateLimiter and removed its CreateFromString() and Type() functions. diff --git a/include/rocksdb/version.h b/include/rocksdb/version.h index 7227f1db6..27cd33a37 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 7 #define ROCKSDB_MINOR 4 -#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