summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2011-03-02 08:38:42 +0000
committerDaniel James <daniel@calamity.org.uk>2011-03-02 08:38:42 +0000
commit9804cf650f0bb3b6d720b25715a1bfd5a070fb1c (patch)
tree14a7f586bca59abea420bc21e36f8455274c95c9 /Jamroot
parent2070a0731396b1b6b31bb654e74afddd5712d253 (diff)
downloadboost-9804cf650f0bb3b6d720b25715a1bfd5a070fb1c.tar.gz
Merge prep for 1.46.1
[SVN r69468]
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index d238fc3b01..537715ecf9 100644
--- a/Jamroot
+++ b/Jamroot
@@ -145,7 +145,7 @@ import build-system ;
import configure ;
path-constant BOOST_ROOT : . ;
-constant BOOST_VERSION : 1.46.0 ;
+constant BOOST_VERSION : 1.46.1 ;
constant BOOST_JAMROOT_MODULE : $(__name__) ;
local version-tag = [ MATCH "^([^.]+)[.]([^.]+)[.]([^.]+)" : $(BOOST_VERSION) ]