Skip to content

Commit f518c83

Browse files
committed
B2 5.3.2
1 parent a42d968 commit f518c83

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

doc/src/history.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[[b2.history]]
22
= History
33

4+
== Version 5.3.2
5+
6+
Fix regression for handling of the `--command-database` option. The new command
7+
line arguments parsing made the output to be reset and cleared causing nothing
8+
to get output for the commands. Thanks to _Dmitry Arkhipov_ for the fix.
9+
410
== Version 5.3.1
511

612
Fix backward incompatibility of `option.get` if an argument is not added with

src/build/version.jam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import numbers ;
1010
# Mirror engine JAM_VERSION
1111
.major = 5 ;
1212
.minor = 3 ;
13-
.patch = 1 ;
13+
.patch = 2 ;
1414

1515

1616
rule build ( )

src/engine/patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Distributed under the Boost Software License, Version 1.0.
1414

1515
#define VERSION_MAJOR 5
1616
#define VERSION_MINOR 3
17-
#define VERSION_PATCH 1
17+
#define VERSION_PATCH 2

0 commit comments

Comments
 (0)