Update from hash-predef.

This commit is contained in:
Rene Rivera
2022-02-27 14:31:25 -06:00
parent 9577047aa8
commit 499d28e34f
2 changed files with 5 additions and 1 deletions

View File

@ -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".

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