Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-07-29 16:37:22


Author: danieljames
Date: 2008-07-29 16:37:22 EDT (Tue, 29 Jul 2008)
New Revision: 47870
URL: http://svn.boost.org/trac/boost/changeset/47870

Log:
Update version info in the getting started guide.
Text files modified:
   trunk/more/getting_started/detail/release-variables.rst | 6 +++---
   trunk/more/getting_started/unix-variants.rst | 4 ++--
   2 files changed, 5 insertions(+), 5 deletions(-)

Modified: trunk/more/getting_started/detail/release-variables.rst
==============================================================================
--- trunk/more/getting_started/detail/release-variables.rst (original)
+++ trunk/more/getting_started/detail/release-variables.rst 2008-07-29 16:37:22 EDT (Tue, 29 Jul 2008)
@@ -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.35.0
-.. |boost_ver| replace:: ``boost_1_35_0``
-.. |boost_ver-bold| replace:: **boost_1_35_0**
+.. |boost-version-number| replace:: 1.36.0
+.. |boost_ver| replace:: ``boost_1_36_0``
+.. |boost_ver-bold| replace:: **boost_1_36_0**
 
 .. _sf-download: http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041

Modified: trunk/more/getting_started/unix-variants.rst
==============================================================================
--- trunk/more/getting_started/unix-variants.rst (original)
+++ trunk/more/getting_started/unix-variants.rst 2008-07-29 16:37:22 EDT (Tue, 29 Jul 2008)
@@ -153,7 +153,7 @@
    .. parsed-literal::
 
      $ c++ -I |root| example.cpp -o example **\\**
- **~/boost/lib/libboost_regex-gcc34-mt-d-1_35.a**
+ **~/boost/lib/libboost_regex-gcc34-mt-d-1_36.a**
 
 B. You can separately specify a directory to search (with ``-L``\
    *directory*) and a library name to search for (with ``-l``\
@@ -163,7 +163,7 @@
    .. parsed-literal::
 
      $ c++ -I |root| example.cpp -o example **\\**
- **-L~/boost/lib/ -lboost_regex-gcc34-mt-d-1_35**
+ **-L~/boost/lib/ -lboost_regex-gcc34-mt-d-1_36**
 
    As you can see, this method is just as terse as method A for one
    library; it *really* pays off when you're using multiple


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