mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 11:37:13 +02:00
Bump version for next release.
This commit is contained in:
@ -7,6 +7,10 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
[section History]
|
||||
|
||||
[heading 1.9]
|
||||
|
||||
* Fixes for `BOOST_COMP_NVCC*` predefs. (from Benjamin Worpitz)
|
||||
|
||||
[heading 1.8]
|
||||
|
||||
* Add support for __ARM_ARCH macro. (from Tim Blechmann)
|
||||
|
@ -1,8 +1,8 @@
|
||||
[article Boost.Predef
|
||||
[quickbook 1.7]
|
||||
[version 1.7]
|
||||
[version 1.9]
|
||||
[authors [Rivera, Rene]]
|
||||
[copyright 2005-2016 Rene Rivera]
|
||||
[copyright 2005-2018 Rene Rivera]
|
||||
[copyright 2015 Charly Chevalier]
|
||||
[copyright 2015 Joel Falcou]
|
||||
[purpose Identification and specification of predefined macros.]
|
||||
|
@ -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,8,0)
|
||||
#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,9,0)
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user