diff --git a/doc/html/boost_config/boost_macro_reference.html b/doc/html/boost_config/boost_macro_reference.html index 098a4c17..5c737bc1 100644 --- a/doc/html/boost_config/boost_macro_reference.html +++ b/doc/html/boost_config/boost_macro_reference.html @@ -3207,7 +3207,7 @@

- Describes the boost version number in XXYYZZ format such that: (BOOST_VERSION + Describes the boost version number in XYYYZZ format such that: (BOOST_VERSION % 100) is the sub-minor version, ((BOOST_VERSION / 100) % 1000) is the minor version, and (BOOST_VERSION / diff --git a/doc/html/index.html b/doc/html/index.html index 0081347c..21dda5c7 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -28,7 +28,7 @@

-

+

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

@@ -131,7 +131,7 @@

Boost library users can request support for additional compilers or platforms - by visiting our Tracker + by visiting our Trac and submitting a support request.

@@ -960,7 +960,7 @@
- +

Last revised: February 05, 2010 at 17:46:05 GMT

Last revised: March 02, 2010 at 17:08:14 GMT


diff --git a/doc/macro_reference.qbk b/doc/macro_reference.qbk index 5ffc57e0..3a96512e 100644 --- a/doc/macro_reference.qbk +++ b/doc/macro_reference.qbk @@ -806,7 +806,7 @@ the only boost macros that should be tested in user code. [[Macro ][Header ][Description ]] [[`BOOST_VERSION`][``][ -Describes the boost version number in XXYYZZ format such that: +Describes the boost version number in XYYYZZ format such that: `(BOOST_VERSION % 100)` is the sub-minor version, `((BOOST_VERSION / 100) % 1000)` is the minor version, and `(BOOST_VERSION / 100000)` is the major version. ]]