diff --git a/doc/history.adoc b/doc/history.adoc index e664712..07176dc 100644 --- a/doc/history.adoc +++ b/doc/history.adoc @@ -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". diff --git a/include/boost/predef/version.h b/include/boost/predef/version.h index 0b07938..172d22e 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,13,1) +#define BOOST_PREDEF_VERSION BOOST_VERSION_NUMBER(1,14,0) #endif