diff --git a/getting_started/detail/release-variables.rst b/getting_started/detail/release-variables.rst index 3d5a536..b46ef18 100644 --- a/getting_started/detail/release-variables.rst +++ b/getting_started/detail/release-variables.rst @@ -5,8 +5,8 @@ .. This file contains all the definitions that need to be updated .. for each new release of Boost. -.. |boost-version-number| replace:: 1.43.0 -.. |boost_ver| replace:: ``boost_1_43_0`` -.. |boost_ver-bold| replace:: **boost_1_43_0** +.. |boost-version-number| replace:: 1.44.0 +.. |boost_ver| replace:: ``boost_1_44_0`` +.. |boost_ver-bold| replace:: **boost_1_44_0** .. _sf-download: http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041 diff --git a/getting_started/unix-variants.html b/getting_started/unix-variants.html index 27e7f4b..3f64049 100644 --- a/getting_started/unix-variants.html +++ b/getting_started/unix-variants.html @@ -3,7 +3,7 @@ - + Boost Getting Started on Unix Variants @@ -40,10 +40,10 @@
  • 5   Prepare to Use a Boost Library Binary

    It's important to note the following:

      -
    1. The path to the boost root directory (often /usr/local/boost_1_43_0) is -sometimes referred to as $BOOST_ROOT in documentation and +

    2. The path to the boost root directory (often /usr/local/boost_1_44_0) is +sometimes referred to as $BOOST_ROOT in documentation and mailing lists .

    3. To compile anything in Boost, you need a directory containing -the boost/ subdirectory in your #include path.

      +the boost/ subdirectory in your #include path.

    4. -
    5. Since all of Boost's header files have the .hpp extension, -and live in the boost/ subdirectory of the boost root, your -Boost #include directives will look like:

      +
    6. Since all of Boost's header files have the .hpp extension, +and live in the boost/ subdirectory of the boost root, your +Boost #include directives will look like:

       #include <boost/whatever.hpp>
       
      @@ -156,9 +156,9 @@ Boost #include direct

      depending on your preference regarding the use of angle bracket includes.

    7. -
    8. Don't be distracted by the doc/ subdirectory; it only +

    9. Don't be distracted by the doc/ subdirectory; it only contains a subset of the Boost documentation. Start with -libs/index.html if you're looking for the whole enchilada.

      +libs/index.html if you're looking for the whole enchilada.

    @@ -194,7 +194,7 @@ before building and installing it)
  • A few libraries have optional separately-compiled binaries: