2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-19 04:02:14 +00:00

Start 5.1

This commit is contained in:
Rene Rivera
2024-03-03 08:06:13 -06:00
parent 3af675b0fb
commit 8999f75c22
3 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
[[b2.history]]
= History
== Version 5.1.0
== Version 5.0.1
* Fix compile errors for older versions of GCC and Clang toolset for the engine.

View File

@@ -9,8 +9,8 @@ import numbers ;
# Mirror engine JAM_VERSION
.major = 5 ;
.minor = 0 ;
.patch = 1 ;
.minor = 1 ;
.patch = 0 ;
rule build ( )

View File

@@ -13,5 +13,5 @@ https://www.bfgroup.xyz/b2/LICENSE.txt)
*/
#define VERSION_MAJOR 5
#define VERSION_MINOR 0
#define VERSION_PATCH 1
#define VERSION_MINOR 1
#define VERSION_PATCH 0