diff options
author | Derek Mauro <761129+derekmauro@users.noreply.github.com> | 2024-02-12 14:50:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-12 14:50:36 -0500 |
commit | 053d842fa6c55ee103057b3c325b1923fd5d67d2 (patch) | |
tree | 48aa99d17e32c3cee392fa998950dd5a5cc5e0c9 | |
parent | 704de406be1603c34755538664e29c37391b93f6 (diff) |
Prepare 20220623.2 patch for Apple Privacy Manifest (#1620)20220623.2
-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 705ecea0..d74e7427 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 20220623 -#define ABSL_LTS_RELEASE_PATCH_LEVEL 1 +#define ABSL_LTS_RELEASE_PATCH_LEVEL 2 // Helper macro to convert a CPP variable to a string literal. #define ABSL_INTERNAL_DO_TOKEN_STR(x) #x |