|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r49556 - in trunk: . boost more/getting_started/detail
From: bdawes_at_[hidden]
Date: 2008-11-03 10:18:21
Author: bemandawes
Date: 2008-11-03 10:18:21 EST (Mon, 03 Nov 2008)
New Revision: 49556
URL: http://svn.boost.org/trac/boost/changeset/49556
Log:
Prep for 1.38.0
Text files modified:
trunk/Jamroot | 2 +-
trunk/boost/version.hpp | 4 ++--
trunk/index.html | 7 +++----
trunk/more/getting_started/detail/release-variables.rst | 6 +++---
4 files changed, 9 insertions(+), 10 deletions(-)
Modified: trunk/Jamroot
==============================================================================
--- trunk/Jamroot (original)
+++ trunk/Jamroot 2008-11-03 10:18:21 EST (Mon, 03 Nov 2008)
@@ -126,7 +126,7 @@
import symlink ;
path-constant BOOST_ROOT : . ;
-constant BOOST_VERSION : 1.37.0 ;
+constant BOOST_VERSION : 1.38.0 ;
constant BOOST_JAMROOT_MODULE : $(__name__) ;
local version-tag = [ MATCH "^([^.]+)[.]([^.]+)[.]([^.]+)" : $(BOOST_VERSION) ]
Modified: trunk/boost/version.hpp
==============================================================================
--- trunk/boost/version.hpp (original)
+++ trunk/boost/version.hpp 2008-11-03 10:18:21 EST (Mon, 03 Nov 2008)
@@ -19,7 +19,7 @@
// BOOST_VERSION / 100 % 1000 is the minor version
// BOOST_VERSION / 100000 is the major version
-#define BOOST_VERSION 103700
+#define BOOST_VERSION 103800
//
// BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION
@@ -27,7 +27,7 @@
// number, y is the minor version number, and z is the patch level if not 0.
// This is used by <config/auto_link.hpp> to select which library version to link to.
-#define BOOST_LIB_VERSION "1_37"
+#define BOOST_LIB_VERSION "1_38"
#endif
Modified: trunk/index.html
==============================================================================
--- trunk/index.html (original)
+++ trunk/index.html 2008-11-03 10:18:21 EST (Mon, 03 Nov 2008)
@@ -14,7 +14,7 @@
<a href="index.html">
<img src="boost.png" alt="boost.png (6897 bytes)" align="middle" width="277" height="86" border="0"></a></td>
<td width="337" align="middle">
- <h2 style="text-align: center">Release 1.37.0</h2>
+ <h2 style="text-align: center">Release 1.38.0</h2>
</td>
</tr>
</table>
@@ -55,10 +55,9 @@
<h3>Changes in this release</h3>
- <p>This release includes <b><i>one</i></b><i><b> new librar</b></i><b><i>y</i></b>
- (proto) and
+ <p>This release includes <b><i><span style="background-color: #FFFF00">??? new libraries</span></i></b> and
updates to many existing libraries. See
- <a href="http://www.boost.org/users/history/version_1_37_0">Release
+ <a href="http://www.boost.org/users/history/version_1_38_0">Release
History</a> for more information.</p>
<h3>Getting Started</h3>
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-11-03 10:18:21 EST (Mon, 03 Nov 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.37.0
-.. |boost_ver| replace:: ``boost_1_37_0``
-.. |boost_ver-bold| replace:: **boost_1_37_0**
+.. |boost-version-number| replace:: 1.38.0
+.. |boost_ver| replace:: ``boost_1_38_0``
+.. |boost_ver-bold| replace:: **boost_1_38_0**
.. _sf-download: http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041
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