diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-05-19 11:44:47 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-05-19 11:44:47 +0300 |
commit | 4c01c9b876223489a90e694f06b446adc117c4e1 (patch) | |
tree | 0f2fda87eb3a20c94ce3a6e2d9fd2e58f716928d /contrib/restricted/abseil-cpp | |
parent | 11defeb73cb209527c7ab17b1e128a48b40c03e8 (diff) | |
download | ydb-4c01c9b876223489a90e694f06b446adc117c4e1.tar.gz |
Update contrib/restricted/abseil-cpp to 20230125.3
Diffstat (limited to 'contrib/restricted/abseil-cpp')
-rw-r--r-- | contrib/restricted/abseil-cpp/absl/base/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/abseil-cpp/absl/base/config.h b/contrib/restricted/abseil-cpp/absl/base/config.h index 7754038e67..fb11bc603b 100644 --- a/contrib/restricted/abseil-cpp/absl/base/config.h +++ b/contrib/restricted/abseil-cpp/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 2 +#define ABSL_LTS_RELEASE_PATCH_LEVEL 3 // Helper macro to convert a CPP variable to a string literal. #define ABSL_INTERNAL_DO_TOKEN_STR(x) #x |