diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-08-16 17:40:35 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-08-16 19:19:35 +0300 |
commit | 46c946c943336a1b0cdf490df2277c6eb680afcd (patch) | |
tree | 50f53df74723ff74adc56b5786a73bb7f05073b0 /contrib/restricted/boost/interprocess | |
parent | 2b6b29d0885f2f49e495c5d5a5a38450a32fa1ad (diff) | |
download | ydb-46c946c943336a1b0cdf490df2277c6eb680afcd.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/restricted/boost/interprocess')
-rw-r--r-- | contrib/restricted/boost/interprocess/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/boost/interprocess/ya.make b/contrib/restricted/boost/interprocess/ya.make index 426d3e7915..dc1d79f8eb 100644 --- a/contrib/restricted/boost/interprocess/ya.make +++ b/contrib/restricted/boost/interprocess/ya.make @@ -9,9 +9,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.82.0) +VERSION(1.83.0) -ORIGINAL_SOURCE(https://github.com/boostorg/interprocess/archive/boost-1.82.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/interprocess/archive/boost-1.83.0.tar.gz) PEERDIR( contrib/restricted/boost/assert |