Skip to content

Commit

Permalink
Switch version to 5.0.1 to do a quick patch release.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jan 25, 2024
1 parent 084030b commit df5ae05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/src/history.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[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.
We now support building the engine with GCC 4.7 and Clang 3.6 onward.
Expand Down
4 changes: 2 additions & 2 deletions src/build/version.jam
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import numbers ;

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


rule build ( )
Expand Down
4 changes: 2 additions & 2 deletions src/engine/patchlevel.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Distributed under the Boost Software License, Version 1.0.
*/

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

0 comments on commit df5ae05

Please sign in to comment.