diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-05-19 11:45:57 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-05-19 11:45:57 +0300 |
commit | 9961967ed9f162b1dbcc355d2591f795672b37e7 (patch) | |
tree | 1990573677cd8b16c1f86b7c1450d040ba70e3f2 /contrib/restricted/abseil-cpp-tstring/y_absl | |
parent | 4c01c9b876223489a90e694f06b446adc117c4e1 (diff) | |
download | ydb-9961967ed9f162b1dbcc355d2591f795672b37e7.tar.gz |
Update contrib/restricted/abseil-cpp-tstring to 20230125.3
Diffstat (limited to 'contrib/restricted/abseil-cpp-tstring/y_absl')
-rw-r--r-- | contrib/restricted/abseil-cpp-tstring/y_absl/base/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/base/config.h b/contrib/restricted/abseil-cpp-tstring/y_absl/base/config.h index 158824410e..1b8c1ece56 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/base/config.h +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/base/config.h @@ -112,7 +112,7 @@ // LTS releases can be obtained from // https://github.com/abseil/abseil-cpp/releases. #define Y_ABSL_LTS_RELEASE_VERSION 20230125 -#define Y_ABSL_LTS_RELEASE_PATCH_LEVEL 2 +#define Y_ABSL_LTS_RELEASE_PATCH_LEVEL 3 // Helper macro to convert a CPP variable to a string literal. #define Y_ABSL_INTERNAL_DO_TOKEN_STR(x) #x |