diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-08-22 11:55:02 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-08-22 12:05:27 +0300 |
commit | a0a2e8a8e48891e445f3a15fff6b54953563d9a0 (patch) | |
tree | 070db98d67d1989b3aea7f1637df78195c9fcc1d | |
parent | fb42c24f3a5a933f3e5c6680dd4378e310aab400 (diff) | |
download | ydb-a0a2e8a8e48891e445f3a15fff6b54953563d9a0.tar.gz |
Update contrib/restricted/boost/predef to 1.86.0
a86177b405d83df3dba0a9c13612ef7144cdab7b
-rw-r--r-- | contrib/restricted/boost/predef/include/boost/predef/version.h | 2 | ||||
-rw-r--r-- | contrib/restricted/boost/predef/ya.make | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/restricted/boost/predef/include/boost/predef/version.h b/contrib/restricted/boost/predef/include/boost/predef/version.h index 4428eb56e4..ba8f62cecb 100644 --- a/contrib/restricted/boost/predef/include/boost/predef/version.h +++ b/contrib/restricted/boost/predef/include/boost/predef/version.h @@ -10,6 +10,6 @@ http://www.boost.org/LICENSE_1_0.txt) #include <boost/predef/version_number.h> -#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,15,0) +#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,15,1) #endif diff --git a/contrib/restricted/boost/predef/ya.make b/contrib/restricted/boost/predef/ya.make index da69d1b4f1..ffe110de39 100644 --- a/contrib/restricted/boost/predef/ya.make +++ b/contrib/restricted/boost/predef/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/predef/archive/boost-1.85.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/predef/archive/boost-1.86.0.tar.gz) ADDINCL( GLOBAL contrib/restricted/boost/predef/include |