summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2010-12-03 23:50:44 +0000
committerDaniel James <daniel@calamity.org.uk>2010-12-03 23:50:44 +0000
commit14507eb33d6a78c790d3680fea1602bc452913b3 (patch)
treefb3be10ca2b595a3f5f25a5ef9a5b38622fab0a4 /Jamroot
parent28e567223a414770c340d005e015f006f69a397c (diff)
downloadboost-14507eb33d6a78c790d3680fea1602bc452913b3.tar.gz
Merge 1.46.0 prep.
[SVN r66993]
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index 978c5e02a7..d238fc3b01 100644
--- a/Jamroot
+++ b/Jamroot
@@ -145,7 +145,7 @@ import build-system ;
import configure ;
path-constant BOOST_ROOT : . ;
-constant BOOST_VERSION : 1.45.0 ;
+constant BOOST_VERSION : 1.46.0 ;
constant BOOST_JAMROOT_MODULE : $(__name__) ;
local version-tag = [ MATCH "^([^.]+)[.]([^.]+)[.]([^.]+)" : $(BOOST_VERSION) ]