mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 11:37:13 +02:00
Bump version, add history.
This commit is contained in:
@ -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.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user