Bump version, add history.

This commit is contained in:
Rene Rivera
2018-06-23 21:37:05 -05:00
parent 75b04d80e7
commit 560ff5298e
2 changed files with 9 additions and 1 deletions

View File

@ -7,6 +7,14 @@ http://www.boost.org/LICENSE_1_0.txt)
[section History]
[heading 1.8]
* Add support for __ARM_ARCH macro. (from Tim Blechmann)
* Add detection for PTX architecture. (from Benjamin Worpitz)
* Add nvcc compiler detection. (from Benjamin Worpitz)
* Add support for detecting CUDA. (from Benjamin Worpitz)
* Remove reference to obsolete BOOST_ARCH_AMD64. (from Peter Kolbus)
[heading 1.7]
* Fix BOOST_ARCH_PARISK/BOOST_ARCH_PARISC typo.

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