mirror of
https://github.com/boostorg/build.git
synced 2026-07-21 13:13:39 +00:00
Bump and doc for version 5.5.3.
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
[[b2.history]]
|
[[b2.history]]
|
||||||
= History
|
= History
|
||||||
|
|
||||||
|
== Version 5.5.3
|
||||||
|
|
||||||
|
* Fix regression when using ccache with clang-linux toolset.
|
||||||
|
-- _Alexander Grund_
|
||||||
|
|
||||||
== Version 5.5.2
|
== Version 5.5.2
|
||||||
|
|
||||||
* Fix invalid use of system `ar` when cross-compiling with llvm on Linux instead
|
* Fix invalid use of system `ar` when cross-compiling with llvm on Linux instead
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import numbers ;
|
|||||||
# Mirror engine JAM_VERSION
|
# Mirror engine JAM_VERSION
|
||||||
.major = 5 ;
|
.major = 5 ;
|
||||||
.minor = 5 ;
|
.minor = 5 ;
|
||||||
.patch = 2 ;
|
.patch = 3 ;
|
||||||
|
|
||||||
|
|
||||||
rule build ( )
|
rule build ( )
|
||||||
|
|||||||
@@ -14,4 +14,4 @@ https://www.bfgroup.xyz/b2/LICENSE.txt)
|
|||||||
|
|
||||||
#define VERSION_MAJOR 5
|
#define VERSION_MAJOR 5
|
||||||
#define VERSION_MINOR 5
|
#define VERSION_MINOR 5
|
||||||
#define VERSION_PATCH 2
|
#define VERSION_PATCH 3
|
||||||
|
|||||||
Reference in New Issue
Block a user