Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82735 - in trunk: . boost more/getting_started/detail
From: marshall_at_[hidden]
Date: 2013-02-06 20:25:55


Author: marshall
Date: 2013-02-04 13:15:12 EST (Mon, 04 Feb 2013)
New Revision: 82735
URL: http://svn.boost.org/trac/boost/changeset/82735

Log:
Change version to 1.54.0
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 2013-02-04 13:15:12 EST (Mon, 04 Feb 2013)
@@ -130,7 +130,7 @@
 import path ;
 
 path-constant BOOST_ROOT : . ;
-constant BOOST_VERSION : 1.53.0 ;
+constant BOOST_VERSION : 1.54.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 2013-02-04 13:15:12 EST (Mon, 04 Feb 2013)
@@ -19,7 +19,7 @@
 // BOOST_VERSION / 100 % 1000 is the minor version
 // BOOST_VERSION / 100000 is the major version
 
-#define BOOST_VERSION 105300
+#define BOOST_VERSION 105400
 
 //
 // 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_53"
+#define BOOST_LIB_VERSION "1_54"
 
 #endif

Modified: trunk/index.html
==============================================================================
--- trunk/index.html (original)
+++ trunk/index.html 2013-02-04 13:15:12 EST (Mon, 04 Feb 2013)
@@ -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.53.0</h2>
+ <h2 style="text-align: center">Release 1.54.0</h2>
       </td>
     </tr>
   </table>
@@ -62,7 +62,7 @@
   <a href="libs/multiprecision/index.html">Multiprecision</a> and
   <a href="libs/numeric/odeint/index.html">Numeric/Odeint</a>),
   as well as updates to many existing libraries. See
- <a href="http://www.boost.org/users/history/version_1_53_0.html">Release
+ <a href="http://www.boost.org/users/history/version_1_54_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 2013-02-04 13:15:12 EST (Mon, 04 Feb 2013)
@@ -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.53.0
-.. |boost_ver| replace:: ``boost_1_53_0``
-.. |boost_ver-bold| replace:: **boost_1_53_0**
+.. |boost-version-number| replace:: 1.54.0
+.. |boost_ver| replace:: ``boost_1_54_0``
+.. |boost_ver-bold| replace:: **boost_1_54_0**
 
-.. _sf-download: http://www.boost.org/users/history/version_1_53_0.html
+.. _sf-download: http://www.boost.org/users/history/version_1_54_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