Skip to content

Commit

Permalink
Bump version for next release and add docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jan 13, 2024
1 parent 8e18c33 commit 31ff337
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Continuously tested on:

* FreeBSD Clang 10, 11, 12, 13, 14, 15, 16, 17
* FreeBSD GCC 8, 9, 10, 11, 12, 13
* Linux Clang 10, 11, 12, 13, 14, 15, 16, 17
* Linux GCC 9, 10, 11, 12, 13
* Linux Clang 3.6, 3.7, 3.8, 3.9, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17
* Linux GCC 4.7, 4.8, 4.9, 5, 6, 7, 8, 9, 10, 11, 12, 13
* macOS Xcode 11.7, 12.4, 12.5.1, 13.4.1, 14.0.1, 14.1, 14.2, 14.3.1, 15.0.1
* Windows MinGW 8.1.0
* Windows 2015, 2017, 2019, 2022
Expand Down
6 changes: 6 additions & 0 deletions doc/src/history.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[[b2.history]]
= History

== Version 5.1.0

* Fix compile errors for older versions of GCC and Clang toolset for the engine.
We now support building the engine with GCC 4.7 and Clang 3.6 onward.
-- _René Ferdinand Rivera Morell_

== Version 5.0.0

This is a new era in B2. The drive of this new major version is to move the
Expand Down
2 changes: 1 addition & 1 deletion src/build/version.jam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import numbers ;

# Mirror engine JAM_VERSION
.major = 5 ;
.minor = 0 ;
.minor = 1 ;
.patch = 0 ;


Expand Down
4 changes: 2 additions & 2 deletions src/engine/patchlevel.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

/*
This file is ALSO:
Copyright 2018-2022 Rene Rivera
Copyright 2018-2024 Rene Rivera
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.txt or copy at
https://www.bfgroup.xyz/b2/LICENSE.txt)
*/

#define VERSION_MAJOR 5
#define VERSION_MINOR 0
#define VERSION_MINOR 1
#define VERSION_PATCH 0

0 comments on commit 31ff337

Please sign in to comment.