mirror of
https://github.com/boostorg/predef.git
synced 2025-09-25 15:20:54 +02:00
Guard against using the obsolete predef/check/predef.jam
This commit is contained in:
@@ -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.
|
Distributed under the Boost Software License, Version 1.0.
|
||||||
(See accompanying file LICENSE_1_0.txt or copy at
|
(See accompanying file LICENSE_1_0.txt or copy at
|
||||||
http://www.boost.org/LICENSE_1_0.txt)
|
http://www.boost.org/LICENSE_1_0.txt)
|
||||||
@@ -7,6 +7,11 @@ http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
|
|
||||||
= History
|
= 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
|
== 1.15.0
|
||||||
|
|
||||||
* Add detection of Microsoft STL (from Henrik Gaßmann).
|
* Add detection of Microsoft STL (from Henrik Gaßmann).
|
||||||
|
@@ -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,15,0)
|
#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,15,1)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user