diff options
author | Thomas Witt <witt@acm.org> | 2007-05-29 16:46:37 +0000 |
---|---|---|
committer | Thomas Witt <witt@acm.org> | 2007-05-29 16:46:37 +0000 |
commit | 4e9d8d767150e79481b4aa33edfb8134e1511f09 (patch) | |
tree | 7f3cf5f5cecf20a5effa47b56048c1414cd1f773 /Jamfile.v2 | |
parent | 351d3f9eac940835a19c08718328c945286c8ad0 (diff) | |
download | boost-4e9d8d767150e79481b4aa33edfb8134e1511f09.tar.gz |
Prepare version number for 1.34.1 release.
[SVN r37813]
Diffstat (limited to 'Jamfile.v2')
-rw-r--r-- | Jamfile.v2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamfile.v2 b/Jamfile.v2 index 44cf63e4a9..4dc63f7d5f 100644 --- a/Jamfile.v2 +++ b/Jamfile.v2 @@ -96,7 +96,7 @@ import errors ; import "class" : new ; import common ; -constant BOOST_VERSION : 1.34.0 ; +constant BOOST_VERSION : 1.34.1 ; local version-tag = [ MATCH "^([^.]+)[.]([^.]+)[.]([^.]+)" : $(BOOST_VERSION) ] ; if $(version-tag[3]) = 0 |