Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80271 - in trunk: . boost more/getting_started/detail
From: marshall_at_[hidden]
Date: 2012-08-27 21:07:56


Author: marshall
Date: 2012-08-27 21:07:55 EDT (Mon, 27 Aug 2012)
New Revision: 80271
URL: http://svn.boost.org/trac/boost/changeset/80271

Log:
Bump version number to 1.52
Text files modified:
   trunk/Jamroot | 2 +-
   trunk/boost/version.hpp | 4 ++--
   trunk/index.html | 4 ++--
   trunk/more/getting_started/detail/release-variables.rst | 8 ++++----
   4 files changed, 9 insertions(+), 9 deletions(-)

Modified: trunk/Jamroot
==============================================================================
--- trunk/Jamroot (original)
+++ trunk/Jamroot 2012-08-27 21:07:55 EDT (Mon, 27 Aug 2012)
@@ -130,7 +130,7 @@
 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) ;

Modified: trunk/boost/version.hpp
==============================================================================
--- trunk/boost/version.hpp (original)
+++ trunk/boost/version.hpp 2012-08-27 21:07:55 EDT (Mon, 27 Aug 2012)
@@ -19,7 +19,7 @@
 // BOOST_VERSION / 100 % 1000 is the minor version
 // BOOST_VERSION / 100000 is the major version
 
-#define BOOST_VERSION 105100
+#define BOOST_VERSION 105200
 
 //
 // BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION
@@ -27,6 +27,6 @@
 // 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_51"
+#define BOOST_LIB_VERSION "1_52"
 
 #endif

Modified: trunk/index.html
==============================================================================
--- trunk/index.html (original)
+++ trunk/index.html 2012-08-27 21:07:55 EDT (Mon, 27 Aug 2012)
@@ -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
   (Context),
   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>

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 2012-08-27 21:07:55 EDT (Mon, 27 Aug 2012)
@@ -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


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