We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 601598f + b160041 commit 5734e16Copy full SHA for 5734e16
include/boost/version.hpp
@@ -19,14 +19,14 @@
19
// BOOST_VERSION / 100 % 1000 is the minor version
20
// BOOST_VERSION / 100000 is the major version
21
22
-#define BOOST_VERSION 108500
+#define BOOST_VERSION 108600
23
24
//
25
// BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION
26
// but as a *string* in the form "x_y[_z]" where x is the major version
27
// number, y is the minor version number, and z is the patch level if not 0.
28
// This is used by <config/auto_link.hpp> to select which library version to link to.
29
30
-#define BOOST_LIB_VERSION "1_85"
+#define BOOST_LIB_VERSION "1_86"
31
32
#endif
0 commit comments