diff options
author | Derek Mauro <761129+derekmauro@users.noreply.github.com> | 2024-02-12 14:51:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-12 14:51:31 -0500 |
commit | 929c17cf481222c35ff1652498994871120e832a (patch) | |
tree | 4d3753b4d272ceeb4a8592ff45166204a668b3c4 | |
parent | 11e1e5c82972eb5b78d397556f604d6b3109df3f (diff) |
Prepare 20230802.2 patch for Apple Privacy Manifest (#1622)20230802.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 ff0c2978..8e11df2a 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 20230802 -#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 |