Skip to content

Commit 5734e16

Browse files
authoredApr 17, 2024··
Merge pull request #495 from boostorg/mclow-patch-5
Update version.hpp to 1.86
2 parents 601598f + b160041 commit 5734e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎include/boost/version.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
// BOOST_VERSION / 100 % 1000 is the minor version
2020
// BOOST_VERSION / 100000 is the major version
2121

22-
#define BOOST_VERSION 108500
22+
#define BOOST_VERSION 108600
2323

2424
//
2525
// BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION
2626
// but as a *string* in the form "x_y[_z]" where x is the major version
2727
// number, y is the minor version number, and z is the patch level if not 0.
2828
// This is used by <config/auto_link.hpp> to select which library version to link to.
2929

30-
#define BOOST_LIB_VERSION "1_85"
30+
#define BOOST_LIB_VERSION "1_86"
3131

3232
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.