Skip to content

Commit d9cf98c

Browse files
committed
Start 1.57.0
Will rebuild the getting started guide later.
1 parent c038171 commit d9cf98c

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

Jamroot

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ import path ;
131131
import link ;
132132

133133
path-constant BOOST_ROOT : . ;
134-
constant BOOST_VERSION : 1.56.0 ;
134+
constant BOOST_VERSION : 1.57.0 ;
135135
constant BOOST_JAMROOT_MODULE : $(__name__) ;
136136

137137
boostcpp.set-version $(BOOST_VERSION) ;

index.html

+4-8
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<a href="index.html">
1515
<img src="boost.png" alt="boost.png (6897 bytes)" align="middle" width="277" height="86" border="0"/></a></td>
1616
<td width="337" align="middle">
17-
<h2 style="text-align: center">Release 1.56.0</h2>
17+
<h2 style="text-align: center">Release 1.57.0</h2>
1818
</td>
1919
</tr>
2020
</table>
@@ -55,13 +55,9 @@ <h2 class="title">Welcome to the Boost C++ Libraries</h2>
5555

5656
<h3>Changes in this release</h3>
5757

58-
<p>This release includes two new libraries
59-
(<a href="libs/align/">Align</a> and
60-
<a href="libs/type_index/">Type_Index</a>),
61-
as well as updates to many existing libraries. Also, due to Boost migrating
62-
to a more modular repository, some parts of Boost have been moved around.
63-
See
64-
<a href="http://www.boost.org/users/history/version_1_56_0.html">Release
58+
<p>This release includes ??? new libraries (???),
59+
as well as updates to many existing libraries. See
60+
<a href="http://www.boost.org/users/history/version_1_57_0.html">Release
6561
History</a> for more information.</p>
6662

6763
<h3>Getting Started</h3>

more/getting_started/detail/release-variables.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
.. This file contains all the definitions that need to be updated
66
.. for each new release of Boost.
77
8-
.. |boost-version-number| replace:: 1.56.0
9-
.. |boost_ver| replace:: ``boost_1_56_0``
10-
.. |boost_ver-bold| replace:: **boost_1_56_0**
8+
.. |boost-version-number| replace:: 1.57.0
9+
.. |boost_ver| replace:: ``boost_1_57_0``
10+
.. |boost_ver-bold| replace:: **boost_1_57_0**
1111

12-
.. _sf-download: http://www.boost.org/users/history/version_1_56_0.html
12+
.. _sf-download: http://www.boost.org/users/history/version_1_57_0.html

0 commit comments

Comments
 (0)