Skip to content

Commit

Permalink
Merge pull request #501 from boostorg/mclow-patch-6
Browse files Browse the repository at this point in the history
Update version.hpp to 1.87.0
  • Loading branch information
glenfe authored Aug 16, 2024
2 parents 5734e16 + 504587b commit 19701e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/boost/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
// BOOST_VERSION / 100 % 1000 is the minor version
// BOOST_VERSION / 100000 is the major version

#define BOOST_VERSION 108600
#define BOOST_VERSION 108700

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

#define BOOST_LIB_VERSION "1_86"
#define BOOST_LIB_VERSION "1_87"

#endif

0 comments on commit 19701e0

Please sign in to comment.