|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r60075 - in trunk/libs/config/doc: . html html/boost_config
From: john_at_[hidden]
Date: 2010-03-02 12:10:02
Author: johnmaddock
Date: 2010-03-02 12:10:01 EST (Tue, 02 Mar 2010)
New Revision: 60075
URL: http://svn.boost.org/trac/boost/changeset/60075
Log:
Fixes #3956.
Text files modified:
trunk/libs/config/doc/html/boost_config/boost_macro_reference.html | 2 +-
trunk/libs/config/doc/html/index.html | 6 +++---
trunk/libs/config/doc/macro_reference.qbk | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
Modified: trunk/libs/config/doc/html/boost_config/boost_macro_reference.html
==============================================================================
--- trunk/libs/config/doc/html/boost_config/boost_macro_reference.html (original)
+++ trunk/libs/config/doc/html/boost_config/boost_macro_reference.html 2010-03-02 12:10:01 EST (Tue, 02 Mar 2010)
@@ -3207,7 +3207,7 @@
</td>
<td>
<p>
- Describes the boost version number in XXYYZZ format such that: <code class="computeroutput"><span class="special">(</span><span class="identifier">BOOST_VERSION</span>
+ Describes the boost version number in XYYYZZ format such that: <code class="computeroutput"><span class="special">(</span><span class="identifier">BOOST_VERSION</span>
<span class="special">%</span> <span class="number">100</span><span class="special">)</span></code> is the sub-minor version, <code class="computeroutput"><span class="special">((</span><span class="identifier">BOOST_VERSION</span>
<span class="special">/</span> <span class="number">100</span><span class="special">)</span> <span class="special">%</span> <span class="number">1000</span><span class="special">)</span></code>
is the minor version, and <code class="computeroutput"><span class="special">(</span><span class="identifier">BOOST_VERSION</span> <span class="special">/</span>
Modified: trunk/libs/config/doc/html/index.html
==============================================================================
--- trunk/libs/config/doc/html/index.html (original)
+++ trunk/libs/config/doc/html/index.html 2010-03-02 12:10:01 EST (Tue, 02 Mar 2010)
@@ -28,7 +28,7 @@
</h3></div></div></div>
<div><p class="copyright">Copyright © 2001 -2007 Beman Dawes, Vesa Karvonen, John Maddock</p></div>
<div><div class="legalnotice">
-<a name="id771940"></a><p>
+<a name="id793416"></a><p>
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)
</p>
@@ -131,7 +131,7 @@
</p>
<p>
Boost library users can request support for additional compilers or platforms
- by visiting our Tracker
+ by visiting our Trac
and submitting a support request.
</p>
</div>
@@ -960,7 +960,7 @@
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: February 05, 2010 at 17:46:05 GMT</small></p></td>
+<td align="left"><p><small>Last revised: March 02, 2010 at 17:08:14 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>
Modified: trunk/libs/config/doc/macro_reference.qbk
==============================================================================
--- trunk/libs/config/doc/macro_reference.qbk (original)
+++ trunk/libs/config/doc/macro_reference.qbk 2010-03-02 12:10:01 EST (Tue, 02 Mar 2010)
@@ -806,7 +806,7 @@
[[Macro ][Header ][Description ]]
[[`BOOST_VERSION`][`<boost/version.hpp>`][
-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.
]]
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk