Skip to content

Commit

Permalink
Update version number for 1.36.0
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.boost.org/svn/boost/trunk@46718 b8fc166d-592f-0410-95f2-cb63ce0dd405
  • Loading branch information
bemandawes committed Jun 26, 2008
1 parent 4c83034 commit 6cfa1d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Jamroot
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ import common ;
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) ] ;
Expand Down
8 changes: 4 additions & 4 deletions boost/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6cfa1d6

Please sign in to comment.