diff options
author | Derek Mauro <761129+derekmauro@users.noreply.github.com> | 2024-02-12 14:51:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-12 14:51:04 -0500 |
commit | 1b66579c740e9b3548600dc338fc584682ad04f7 (patch) | |
tree | 682ad0b8bf8e9c0ede8aa33e6fdbd60b2e175654 | |
parent | 96074ab998bf758790798f35d2a4435ba2d60a16 (diff) |
Prepare 20230125.4 patch for Apple Privacy Manifest (#1621)20230125.4
-rw-r--r-- | absl/base/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/base/config.h b/absl/base/config.h index 05d960b6..abf0dcbb 100644 --- a/absl/base/config.h +++ b/absl/base/config.h @@ -112,7 +112,7 @@ // LTS releases can be obtained from // https://github.com/abseil/abseil-cpp/releases. #define ABSL_LTS_RELEASE_VERSION 20230125 -#define ABSL_LTS_RELEASE_PATCH_LEVEL 3 +#define ABSL_LTS_RELEASE_PATCH_LEVEL 4 // Helper macro to convert a CPP variable to a string literal. #define ABSL_INTERNAL_DO_TOKEN_STR(x) #x |