Refresh from Hash.

This commit is contained in:
Rene Rivera
2019-01-07 08:33:58 -06:00
parent 9ead140e5b
commit c53294180d
4 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ bin
boost-build.jam
project-config.jam
*.pyc
.vscode/settings.json

View File

@ -7,6 +7,10 @@ http://www.boost.org/LICENSE_1_0.txt)
[section History]
[heading 1.10]
* Add support for consuming Predef as a CMake project.
[heading 1.9]
* Fixes for `BOOST_COMP_NVCC*` predefs. (from Benjamin Worpitz)

View File

@ -1,8 +1,8 @@
[article Boost.Predef
[quickbook 1.7]
[version 1.9]
[version 1.10]
[authors [Rivera, Rene]]
[copyright 2005-2018 Rene Rivera]
[copyright 2005-2019 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,9,0)
#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,10,0)
#endif