forked from boostorg/config
Update version.hpp
Fix typo in comment, and also clean up capitalization and overall meaning. (My header file doesn't change every time there's a new boost release, but it would if I upgraded.)
This commit is contained in:
@@ -10,10 +10,10 @@
|
|||||||
#define BOOST_VERSION_HPP
|
#define BOOST_VERSION_HPP
|
||||||
|
|
||||||
//
|
//
|
||||||
// Caution, this is the only boost header that is guarenteed
|
// Caution: this is the only Boost header that is guaranteed
|
||||||
// to change with every boost release, including this header
|
// to change with every Boost release. Including this header
|
||||||
// will cause a recompile every time a new boost version is
|
// will cause a recompile every time a new Boost version is
|
||||||
// released.
|
// used.
|
||||||
//
|
//
|
||||||
// BOOST_VERSION % 100 is the patch level
|
// BOOST_VERSION % 100 is the patch level
|
||||||
// BOOST_VERSION / 100 % 1000 is the minor version
|
// BOOST_VERSION / 100 % 1000 is the minor version
|
||||||
|
Reference in New Issue
Block a user