From 29095cefd9b9f59c9010cd05005d35c6ed750494 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 4 Aug 2019 09:20:13 -0500 Subject: [PATCH] Start of 1.11 version. Add missing (c) for riscv.h --- doc/history.qbk | 7 ++++++- include/boost/predef/architecture/riscv.h | 1 + include/boost/predef/version.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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