Boost logo

Boost-Commit :

From: bdawes_at_[hidden]
Date: 2008-06-26 11:34:50


Author: bemandawes
Date: 2008-06-26 11:34:49 EDT (Thu, 26 Jun 2008)
New Revision: 46718
URL: http://svn.boost.org/trac/boost/changeset/46718

Log:
Update version number for 1.36.0
Text files modified:
   trunk/Jamroot | 2 +-
   trunk/boost/version.hpp | 8 ++++----
   trunk/index.html | 2 +-
   3 files changed, 6 insertions(+), 6 deletions(-)

Modified: trunk/Jamroot
==============================================================================
--- trunk/Jamroot (original)
+++ trunk/Jamroot 2008-06-26 11:34:49 EDT (Thu, 26 Jun 2008)
@@ -112,7 +112,7 @@
 import sequence ;
 
 path-constant BOOST_ROOT : . ;
-constant BOOST_VERSION : 1.35.0 ;
+constant BOOST_VERSION : 1.36.0 ;
 constant BOOST_JAMROOT_MODULE : $(__name__) ;
 
 local version-tag = [ MATCH "^([^.]+)[.]([^.]+)[.]([^.]+)" : $(BOOST_VERSION) ] ;

Modified: trunk/boost/version.hpp
==============================================================================
--- trunk/boost/version.hpp (original)
+++ trunk/boost/version.hpp 2008-06-26 11:34:49 EDT (Thu, 26 Jun 2008)
@@ -23,11 +23,11 @@
 
 //
 // BOOST_LIB_VERSION must be defined to be the same as BOOST_VERSION
-// but as a *string* in the form "x_y_z" where x is the major version
-// number, y is the minor version number, and z is the patch level. This is used by
-// <config/auto_link.hpp> to select which library version to link to.
+// but as a *string* in the form "x_y[_z]" where x is the major version
+// 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_0"
+#define BOOST_LIB_VERSION "1_36"
 
 #endif
 

Modified: trunk/index.html
==============================================================================
--- trunk/index.html (original)
+++ trunk/index.html 2008-06-26 11:34:49 EDT (Thu, 26 Jun 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.35.0</h2>
+ <h2 style="text-align: center">Release 1.36.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