diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-04-12 11:14:53 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-04-12 11:14:53 +0300 |
commit | 31f1dddc2e9190cb74bc61af3bb4c504d85e4ec7 (patch) | |
tree | 3a212648a8336acbc5a10c12df10141aac622ba5 | |
parent | ab4f3739bf6cc8c2d24e96cf089b347012612f8e (diff) | |
download | ydb-31f1dddc2e9190cb74bc61af3bb4c504d85e4ec7.tar.gz |
Update contrib/restricted/abseil-cpp-tstring to 20230125.2
-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 2a96715cae..158824410e 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 1 +#define Y_ABSL_LTS_RELEASE_PATCH_LEVEL 2 // Helper macro to convert a CPP variable to a string literal. #define Y_ABSL_INTERNAL_DO_TOKEN_STR(x) #x |