From 560ff5298ead78276872604f1ee6523e63a4fa90 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 23 Jun 2018 21:37:05 -0500 Subject: [PATCH] Bump version, add history. --- doc/history.qbk | 8 ++++++++ include/boost/predef/version.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/history.qbk b/doc/history.qbk index c6845a0..7ad7b8e 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -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. diff --git a/include/boost/predef/version.h b/include/boost/predef/version.h index bcf97ad..960292f 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,7,0) +#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,8,0) #endif