diff options
author | Marshall Clow <marshall@idio.com> | 2012-08-28 01:07:55 +0000 |
---|---|---|
committer | Marshall Clow <marshall@idio.com> | 2012-08-28 01:07:55 +0000 |
commit | 8beb51183b20ad790f467c1519f6b4aed913f5e2 (patch) | |
tree | 534c905e277adfd294d463f11281aac3d408cf0e | |
parent | 96b7efe5f5bf2cfd62c0ade24fc85bc6449bc008 (diff) | |
download | boost-8beb51183b20ad790f467c1519f6b4aed913f5e2.tar.gz |
Bump version number to 1.52
[SVN r80271]
-rw-r--r-- | Jamroot | 2 | ||||
-rw-r--r-- | index.html | 4 | ||||
m--------- | libs/config | 0 | ||||
-rw-r--r-- | more/getting_started/detail/release-variables.rst | 8 |
4 files changed, 7 insertions, 7 deletions
@@ -130,7 +130,7 @@ import set ; import path ; path-constant BOOST_ROOT : . ; -constant BOOST_VERSION : 1.51.0 ; +constant BOOST_VERSION : 1.52.0 ; constant BOOST_JAMROOT_MODULE : $(__name__) ; boostcpp.set-version $(BOOST_VERSION) ; diff --git a/index.html b/index.html index d634e29769..ef6dd36100 100644 --- a/index.html +++ b/index.html @@ -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.51.0</h2> + <h2 style="text-align: center">Release 1.52.0</h2> </td> </tr> </table> @@ -58,7 +58,7 @@ <p>This release includes one new library (<a href="libs/context/index.html">Context</a>), as well as updates to many existing libraries. See - <a href="http://www.boost.org/users/history/version_1_51_0.html">Release + <a href="http://www.boost.org/users/history/version_1_52_0.html">Release History</a> for more information.</p> <h3>Getting Started</h3> diff --git a/libs/config b/libs/config -Subproject 38b6fbc1e7c056dbeb9d826107099b4e864f7ae +Subproject 145a45358005704ffbc43fb337ff2fb31e8532d diff --git a/more/getting_started/detail/release-variables.rst b/more/getting_started/detail/release-variables.rst index 4b73604e0d..dd2ba75b0f 100644 --- a/more/getting_started/detail/release-variables.rst +++ b/more/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.51.0 -.. |boost_ver| replace:: ``boost_1_51_0`` -.. |boost_ver-bold| replace:: **boost_1_51_0** +.. |boost-version-number| replace:: 1.52.0 +.. |boost_ver| replace:: ``boost_1_52_0`` +.. |boost_ver-bold| replace:: **boost_1_52_0** -.. _sf-download: http://www.boost.org/users/history/version_1_51_0.html +.. _sf-download: http://www.boost.org/users/history/version_1_52_0.html |