Start of 1.11 version. Add missing (c) for riscv.h

This commit is contained in:
Rene Rivera
2019-08-04 09:20:13 -05:00
parent fc99bc29cb
commit 29095cefd9
3 changed files with 8 additions and 2 deletions

View File

@ -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.

View File

@ -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)

View File

@ -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,10,0)
#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,11,0)
#endif