diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-12-19 07:21:54 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-12-19 07:54:02 +0300 |
commit | 2ecfb874d70a7c6b6261f7581508c176f389d59c (patch) | |
tree | e0e3f2f24e6ba4fc0d57a2be79c7ec4e202571f3 | |
parent | f54df17d94ee4fe65d4decf8b1e235ed7bc3bb30 (diff) | |
download | ydb-2ecfb874d70a7c6b6261f7581508c176f389d59c.tar.gz |
Update contrib/restricted/boost/config to 1.87.0
commit_hash:297db56ea2198f0f4db3db8b81a8b58112d6bf53
-rw-r--r-- | contrib/restricted/boost/config/include/boost/version.hpp | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/config/ya.make | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/restricted/boost/config/include/boost/version.hpp b/contrib/restricted/boost/config/include/boost/version.hpp index a8466b643b..a74f187426 100644 --- a/contrib/restricted/boost/config/include/boost/version.hpp +++ b/contrib/restricted/boost/config/include/boost/version.hpp @@ -19,7 +19,7 @@ // BOOST_VERSION / 100 % 1000 is the minor version // BOOST_VERSION / 100000 is the major version -#define BOOST_VERSION 108600 +#define BOOST_VERSION 108700 // // BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION @@ -27,6 +27,6 @@ // number, y is the minor version number, and z is the patch level if not 0. // This is used by <config/auto_link.hpp> to select which library version to link to. -#define BOOST_LIB_VERSION "1_86" +#define BOOST_LIB_VERSION "1_87" #endif diff --git a/contrib/restricted/boost/config/ya.make b/contrib/restricted/boost/config/ya.make index 5c5c2fdc3f..775599d7d0 100644 --- a/contrib/restricted/boost/config/ya.make +++ b/contrib/restricted/boost/config/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.86.0) +VERSION(1.87.0) -ORIGINAL_SOURCE(https://github.com/boostorg/config/archive/boost-1.86.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/config/archive/boost-1.87.0.tar.gz) ADDINCL( GLOBAL contrib/restricted/boost/config/include |