diff options
author | Derek Mauro <761129+derekmauro@users.noreply.github.com> | 2024-02-12 14:51:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-12 14:51:52 -0500 |
commit | 2f9e432cce407ce0ae50676696666f33a77d42ac (patch) | |
tree | c40f62db2e0b835f4c4354be77a257dd0dc22b68 | |
parent | 3ab97e7212bff931a201c794fa1331960158bbfa (diff) |
Prepare 20240116.1 patch for Apple Privacy Manifest (#1623)20240116.1
-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 762bb7f7..c9165acd 100644 --- a/absl/base/config.h +++ b/absl/base/config.h @@ -118,7 +118,7 @@ // LTS releases can be obtained from // https://github.com/abseil/abseil-cpp/releases. #define ABSL_LTS_RELEASE_VERSION 20240116 -#define ABSL_LTS_RELEASE_PATCH_LEVEL 0 +#define ABSL_LTS_RELEASE_PATCH_LEVEL 1 // Helper macro to convert a CPP variable to a string literal. #define ABSL_INTERNAL_DO_TOKEN_STR(x) #x |