From 499d28e34f78950ede62fdb9b74cbe06eb5fdf96 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 27 Feb 2022 14:31:25 -0600 Subject: [PATCH] Update from hash-predef. --- doc/history.adoc | 4 ++++ include/boost/predef/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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