mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
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
|
||||
|
||||
//
|
||||
// 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
|
||||
|
Reference in New Issue
Block a user