Guard against using the obsolete predef/check/predef.jam

This commit is contained in:
Rene Rivera
2024-04-19 09:00:37 -05:00
parent 0fdfb49c3a
commit 25a6bb6b2e
2 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
////
Copyright 2014-2021 René Ferdinand Rivera Morell
Copyright 2014-2024 René Ferdinand Rivera Morell
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
@@ -7,6 +7,11 @@ http://www.boost.org/LICENSE_1_0.txt)
= History
== 1.15.1
* Guard against using the obsolete `predef/check/predef.jam` B2 module.
Instead of using the current `predef/tools/check/predef.jam` module.
== 1.15.0
* Add detection of Microsoft STL (from Henrik Gaßmann).

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