Bump version for next release.

This commit is contained in:
Rene Rivera
2018-09-02 14:30:00 -05:00
parent 07df9dd360
commit 92881c4c7a
3 changed files with 7 additions and 3 deletions

View File

@ -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)

View File

@ -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.]

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