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:
@@ -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.
|
||||
|
||||
@@ -9,8 +9,8 @@ import numbers ;
|
||||
|
||||
# Mirror engine JAM_VERSION
|
||||
.major = 5 ;
|
||||
.minor = 0 ;
|
||||
.patch = 1 ;
|
||||
.minor = 1 ;
|
||||
.patch = 0 ;
|
||||
|
||||
|
||||
rule build ( )
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user