Skip to content

Commit 70d6361

Browse files
authored
Merge pull request #537 from boostorg/mclow-patch-12
Update Boost version to 1.92
2 parents 423423e + 3209fbe commit 70d6361

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/boost/version.hpp

Lines changed: 2 additions & 2 deletions
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 109100
22+
#define BOOST_VERSION 109200
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_91"
30+
#define BOOST_LIB_VERSION "1_92"
3131

3232
#endif

0 commit comments

Comments
 (0)