Procházet zdrojové kódy

Prep for 1.38.0

[SVN r49556]
Beman Dawes před 17 roky
rodič
revize
75992985f4
4 změnil soubory, kde provedl 8 přidání a 9 odebrání
  1. 1 1
      Jamroot
  2. 3 4
      index.html
  3. 1 1
      libs/config
  4. 3 3
      more/getting_started/detail/release-variables.rst

+ 1 - 1
Jamroot

@@ -126,7 +126,7 @@ import sequence ;
 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) ]

+ 3 - 4
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.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> 
-  (<a href="doc/html/proto.html">proto</a>) and
+  <p>This release includes <b><i><span style="background-color: #FFFF00">??? new libraries</span></i></b>&nbsp; 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>

+ 1 - 1
libs/config

@@ -1 +1 @@
-Subproject commit fd3f4544ce4c9cad7047d64926443f7a032cc130
+Subproject commit 53c6fb4a1f4c9120a418861937b057a3261d2bd5

+ 3 - 3
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.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

粤ICP备19079148号