Bump and doc for version 5.5.3.

This commit is contained in:
Rene Rivera
2026-07-14 22:15:46 -05:00
parent 26ad6ed14f
commit cf13ad0ea9
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,6 +1,11 @@
[[b2.history]]
= History
== Version 5.5.3
* Fix regression when using ccache with clang-linux toolset.
-- _Alexander Grund_
== Version 5.5.2
* Fix invalid use of system `ar` when cross-compiling with llvm on Linux instead
+1 -1
View File
@@ -10,7 +10,7 @@ import numbers ;
# Mirror engine JAM_VERSION
.major = 5 ;
.minor = 5 ;
.patch = 2 ;
.patch = 3 ;
rule build ( )
+1 -1
View File
@@ -14,4 +14,4 @@ https://www.bfgroup.xyz/b2/LICENSE.txt)
#define VERSION_MAJOR 5
#define VERSION_MINOR 5
#define VERSION_PATCH 2
#define VERSION_PATCH 3