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]
|
[section History]
|
||||||
|
|
||||||
|
[heading 1.9]
|
||||||
|
|
||||||
|
* Fixes for `BOOST_COMP_NVCC*` predefs. (from Benjamin Worpitz)
|
||||||
|
|
||||||
[heading 1.8]
|
[heading 1.8]
|
||||||
|
|
||||||
* Add support for __ARM_ARCH macro. (from Tim Blechmann)
|
* Add support for __ARM_ARCH macro. (from Tim Blechmann)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
[article Boost.Predef
|
[article Boost.Predef
|
||||||
[quickbook 1.7]
|
[quickbook 1.7]
|
||||||
[version 1.7]
|
[version 1.9]
|
||||||
[authors [Rivera, Rene]]
|
[authors [Rivera, Rene]]
|
||||||
[copyright 2005-2016 Rene Rivera]
|
[copyright 2005-2018 Rene Rivera]
|
||||||
[copyright 2015 Charly Chevalier]
|
[copyright 2015 Charly Chevalier]
|
||||||
[copyright 2015 Joel Falcou]
|
[copyright 2015 Joel Falcou]
|
||||||
[purpose Identification and specification of predefined macros.]
|
[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>
|
#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
|
#endif
|
||||||
|
Reference in New Issue
Block a user