diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-08-15 19:14:07 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-08-15 20:31:22 +0300 |
commit | 1fb1c163920fc3299aea6abc7ac014ce7752661c (patch) | |
tree | b1c787c04a9703e94dfc95ee3ede2464b6c41ee7 | |
parent | 4227d313c18d52d19e353e060470e3fbdf03f146 (diff) | |
download | ydb-1fb1c163920fc3299aea6abc7ac014ce7752661c.tar.gz |
Update contrib/restricted/boost/config to 1.83.0
-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 02bd3fc6fa..c396009570 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 108200 +#define BOOST_VERSION 108300 // // 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_82" +#define BOOST_LIB_VERSION "1_83" #endif diff --git a/contrib/restricted/boost/config/ya.make b/contrib/restricted/boost/config/ya.make index b77d38ae3e..46f89c8cbe 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.82.0) +VERSION(1.83.0) -ORIGINAL_SOURCE(https://github.com/boostorg/config/archive/boost-1.82.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/config/archive/boost-1.83.0.tar.gz) ADDINCL( GLOBAL contrib/restricted/boost/config/include |