Boost logo

Boost-Commit :

From: bdawes_at_[hidden]
Date: 2008-08-18 11:27:18


Author: bemandawes
Date: 2008-08-18 11:27:17 EDT (Mon, 18 Aug 2008)
New Revision: 48197
URL: http://svn.boost.org/trac/boost/changeset/48197

Log:
Begin 1.37.0
Text files modified:
   branches/release/Jamroot | 2 +-
   branches/release/boost/version.hpp | 4 ++--
   branches/release/index.html | 2 +-
   3 files changed, 4 insertions(+), 4 deletions(-)

Modified: branches/release/Jamroot
==============================================================================
--- branches/release/Jamroot (original)
+++ branches/release/Jamroot 2008-08-18 11:27:17 EDT (Mon, 18 Aug 2008)
@@ -114,7 +114,7 @@
 import symlink ;
 
 path-constant BOOST_ROOT : . ;
-constant BOOST_VERSION : 1.36.0 ;
+constant BOOST_VERSION : 1.37.0 ;
 constant BOOST_JAMROOT_MODULE : $(__name__) ;
 
 local version-tag = [ MATCH "^([^.]+)[.]([^.]+)[.]([^.]+)" : $(BOOST_VERSION) ] ;

Modified: branches/release/boost/version.hpp
==============================================================================
--- branches/release/boost/version.hpp (original)
+++ branches/release/boost/version.hpp 2008-08-18 11:27:17 EDT (Mon, 18 Aug 2008)
@@ -19,7 +19,7 @@
 // BOOST_VERSION / 100 % 1000 is the minor version
 // BOOST_VERSION / 100000 is the major version
 
-#define BOOST_VERSION 103600
+#define BOOST_VERSION 103700
 
 //
 // BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION
@@ -27,7 +27,7 @@
 // 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_36"
+#define BOOST_LIB_VERSION "1_37"
 
 #endif
 

Modified: branches/release/index.html
==============================================================================
--- branches/release/index.html (original)
+++ branches/release/index.html 2008-08-18 11:27:17 EDT (Mon, 18 Aug 2008)
@@ -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.36.0</h2>
+ <h2 style="text-align: center">Release 1.37.0</h2>
       </td>
     </tr>
   </table>


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