From c53294180d4d2cadce86927e3eb23b3fdcd3a692 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 7 Jan 2019 08:33:58 -0600 Subject: [PATCH] Refresh from Hash. --- .gitignore | 1 + doc/history.qbk | 4 ++++ doc/predef.qbk | 4 ++-- include/boost/predef/version.h | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2a44a68..7d4da21 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ bin boost-build.jam project-config.jam *.pyc +.vscode/settings.json diff --git a/doc/history.qbk b/doc/history.qbk index 01aa6c4..509dc1b 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -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) diff --git a/doc/predef.qbk b/doc/predef.qbk index ad0797e..ffffff5 100644 --- a/doc/predef.qbk +++ b/doc/predef.qbk @@ -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.] diff --git a/include/boost/predef/version.h b/include/boost/predef/version.h index 19b12a7..6406d79 100644 --- a/include/boost/predef/version.h +++ b/include/boost/predef/version.h @@ -10,6 +10,6 @@ http://www.boost.org/LICENSE_1_0.txt) #include -#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,9,0) +#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,10,0) #endif