From 1b66579c740e9b3548600dc338fc584682ad04f7 Mon Sep 17 00:00:00 2001 From: Derek Mauro <761129+derekmauro@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:51:04 -0500 Subject: [PATCH] Prepare 20230125.4 patch for Apple Privacy Manifest (#1621) --- absl/base/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/absl/base/config.h b/absl/base/config.h index 05d960b6344..abf0dcbb66d 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