diff --git a/doc/history.qbk b/doc/history.qbk index 766d235..fa26e82 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -1,5 +1,5 @@ [/ -Copyright 2014-2016 Rene Rivera +Copyright 2014-2019 Rene Rivera Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) @@ -7,6 +7,11 @@ http://www.boost.org/LICENSE_1_0.txt) [section History] +[heading 1.11] + +* Add `BOOST_ARCH_RISCV`. (from Andreas Schwab) +* Add RISC-V endian detection. (from Thomas Petazzoni) + [heading 1.10] * Fix bad include of sub-BSD os headers from main BSD header. diff --git a/include/boost/predef/architecture/riscv.h b/include/boost/predef/architecture/riscv.h index 5ff2c3b..92cbff3 100644 --- a/include/boost/predef/architecture/riscv.h +++ b/include/boost/predef/architecture/riscv.h @@ -1,4 +1,5 @@ /* +Copyright Andreas Schwab 2019 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) diff --git a/include/boost/predef/version.h b/include/boost/predef/version.h index 6406d79..39ef2b4 100644 --- a/include/boost/predef/version.h +++ b/include/boost/predef/version.h @@ -10,6 +10,6 @@ http://www.boost.org/LICENSE_1_0.txt) #include -#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,10,0) +#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,11,0) #endif