diff options
Diffstat (limited to 'boost/version.hpp')
-rw-r--r-- | boost/version.hpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/boost/version.hpp b/boost/version.hpp index c156fd791..ece5fe6e5 100644 --- a/boost/version.hpp +++ b/boost/version.hpp @@ -10,16 +10,16 @@ #define BOOST_VERSION_HPP // -// Caution, this is the only boost header that is guarenteed -// to change with every boost release, including this header -// will cause a recompile every time a new boost version is -// released. +// Caution: this is the only Boost header that is guaranteed +// to change with every Boost release. Including this header +// will cause a recompile every time a new Boost version is +// used. // // BOOST_VERSION % 100 is the patch level // BOOST_VERSION / 100 % 1000 is the minor version // BOOST_VERSION / 100000 is the major version -#define BOOST_VERSION 105700 +#define BOOST_VERSION 105800 // // BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION @@ -27,6 +27,6 @@ // 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_57" +#define BOOST_LIB_VERSION "1_58" #endif |