From 31ff337943121512ade09c01bde824716a6380b0 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sat, 13 Jan 2024 09:37:37 -0600 Subject: [PATCH] Bump version for next release and add docs. --- README.adoc | 4 ++-- doc/src/history.adoc | 6 ++++++ src/build/version.jam | 2 +- src/engine/patchlevel.h | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index 12f04f606e..adf9241126 100644 --- a/README.adoc +++ b/README.adoc @@ -16,8 +16,8 @@ Continuously tested on: * FreeBSD Clang 10, 11, 12, 13, 14, 15, 16, 17 * FreeBSD GCC 8, 9, 10, 11, 12, 13 -* Linux Clang 10, 11, 12, 13, 14, 15, 16, 17 -* Linux GCC 9, 10, 11, 12, 13 +* Linux Clang 3.6, 3.7, 3.8, 3.9, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 +* Linux GCC 4.7, 4.8, 4.9, 5, 6, 7, 8, 9, 10, 11, 12, 13 * macOS Xcode 11.7, 12.4, 12.5.1, 13.4.1, 14.0.1, 14.1, 14.2, 14.3.1, 15.0.1 * Windows MinGW 8.1.0 * Windows 2015, 2017, 2019, 2022 diff --git a/doc/src/history.adoc b/doc/src/history.adoc index 1a57be8b3d..c675062410 100644 --- a/doc/src/history.adoc +++ b/doc/src/history.adoc @@ -1,6 +1,12 @@ [[b2.history]] = History +== Version 5.1.0 + +* Fix compile errors for older versions of GCC and Clang toolset for the engine. + We now support building the engine with GCC 4.7 and Clang 3.6 onward. + -- _René Ferdinand Rivera Morell_ + == Version 5.0.0 This is a new era in B2. The drive of this new major version is to move the diff --git a/src/build/version.jam b/src/build/version.jam index 766592e68f..9b1d261fb0 100644 --- a/src/build/version.jam +++ b/src/build/version.jam @@ -9,7 +9,7 @@ import numbers ; # Mirror engine JAM_VERSION .major = 5 ; -.minor = 0 ; +.minor = 1 ; .patch = 0 ; diff --git a/src/engine/patchlevel.h b/src/engine/patchlevel.h index 424c67433f..56a68e8c5a 100644 --- a/src/engine/patchlevel.h +++ b/src/engine/patchlevel.h @@ -6,12 +6,12 @@ /* This file is ALSO: -Copyright 2018-2022 Rene Rivera +Copyright 2018-2024 Rene Rivera Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt) */ #define VERSION_MAJOR 5 -#define VERSION_MINOR 0 +#define VERSION_MINOR 1 #define VERSION_PATCH 0