forked from boostorg/predef
Update from hash-predef.
This commit is contained in:
@ -7,6 +7,10 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
= History
|
||||
|
||||
== 1.14.0
|
||||
|
||||
* Add detection of LoongArch (from Zhang Na).
|
||||
|
||||
== 1.13.1
|
||||
|
||||
* Fix spelling of "epoch".
|
||||
|
@ -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,13,1)
|
||||
#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,14,0)
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user