From 053d842fa6c55ee103057b3c325b1923fd5d67d2 Mon Sep 17 00:00:00 2001 From: Derek Mauro <761129+derekmauro@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:50:36 -0500 Subject: Prepare 20220623.2 patch for Apple Privacy Manifest (#1620) --- 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 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 -- cgit v1.2.3