Skip to content

Commit 69f219e

Browse files
authored
Merge pull request #529 from boostorg/mclow-patch-10
Update BOOST_VERSION and BOOST_LIB_VERSION to 1.91
2 parents 845fd03 + 5e0a18a commit 69f219e

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 109000
22+
#define BOOST_VERSION 109100
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_90"
30+
#define BOOST_LIB_VERSION "1_91"
3131

3232
#endif

0 commit comments

Comments
 (0)