2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-02 20:52:13 +00:00

Bump to version 4.8.0

This commit is contained in:
Rene Rivera
2021-12-14 13:02:00 -06:00
parent 78fd284a42
commit 1998d0656c
3 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
[[b2.history]]
= History
== Version 4.8.0
== Version 4.7.2
* Fix errors configuring intel-linux toolset if icpx is not in the PATH but

View File

@@ -9,7 +9,7 @@ import numbers ;
# Mirror engine JAM_VERSION
.major = "4" ;
.minor = "7" ;
.minor = "8" ;
rule boost-build ( )

View File

@@ -12,5 +12,5 @@ Distributed under the Boost Software License, Version 1.0.
#define VERSION_MAJOR 4
#define VERSION_MINOR 7
#define VERSION_PATCH 2
#define VERSION_MINOR 8
#define VERSION_PATCH 0