diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-08-18 10:40:20 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-08-18 10:51:03 +0300 |
commit | aea5cf8df7147f5c28e7738851758de92737d76f (patch) | |
tree | 2995b492732318a66f1b7e5a315af7b9bdffdbe4 /contrib/restricted/boost | |
parent | bd13d270bcc26bd10bd4a0e101800ab535bc50d1 (diff) | |
download | ydb-aea5cf8df7147f5c28e7738851758de92737d76f.tar.gz |
Update contrib/restricted/boost/config to 1.86.0
24a2930acfb4a2f49aa83ac8072982c36b58b861
Diffstat (limited to 'contrib/restricted/boost')
-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 989f25fa37..a8466b643b 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 108500 +#define BOOST_VERSION 108600 // // 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_85" +#define BOOST_LIB_VERSION "1_86" #endif diff --git a/contrib/restricted/boost/config/ya.make b/contrib/restricted/boost/config/ya.make index 4acbd9a6f0..5c5c2fdc3f 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.85.0) +VERSION(1.86.0) -ORIGINAL_SOURCE(https://github.com/boostorg/config/archive/boost-1.85.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/config/archive/boost-1.86.0.tar.gz) ADDINCL( GLOBAL contrib/restricted/boost/config/include |