summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorBeman Dawes <bdawes@acm.org>2010-05-10 01:22:04 +0000
committerBeman Dawes <bdawes@acm.org>2010-05-10 01:22:04 +0000
commitadd15fac2bfddad710925d7c2b4bff1f1a86ec1f (patch)
tree7aff21a0181c9cbc65bb762571c1fe1e021bc3ce /Jamroot
parent36ba8a00c9814690b16b9ce86f9c4d26bd6b374c (diff)
downloadboost-add15fac2bfddad710925d7c2b4bff1f1a86ec1f.tar.gz
1.44.0 prep
[SVN r61887]
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index 1496414c48..65b191111b 100644
--- a/Jamroot
+++ b/Jamroot
@@ -145,7 +145,7 @@ import build-system ;
import configure ;
path-constant BOOST_ROOT : . ;
-constant BOOST_VERSION : 1.43.0 ;
+constant BOOST_VERSION : 1.44.0 ;
constant BOOST_JAMROOT_MODULE : $(__name__) ;
local version-tag = [ MATCH "^([^.]+)[.]([^.]+)[.]([^.]+)" : $(BOOST_VERSION) ]