summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorDouglas Gregor <doug.gregor@gmail.com>2008-04-14 14:01:59 +0000
committerDouglas Gregor <doug.gregor@gmail.com>2008-04-14 14:01:59 +0000
commit8efbee997ea4b818f385ce7e45f659d11d7401e3 (patch)
tree61c367ec833b5c4260d57a2586a42b1087595046 /Jamroot
parente8e54f9f621d6caf900b87ed85fee412f159b07b (diff)
downloadboost-8efbee997ea4b818f385ce7e45f659d11d7401e3.tar.gz
The release branch will eventually become Boost 1.35.1
[SVN r44413]
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index 189bc3a413..2c167bcfe7 100644
--- a/Jamroot
+++ b/Jamroot
@@ -112,7 +112,7 @@ import common ;
import sequence ;
path-constant BOOST_ROOT : . ;
-constant BOOST_VERSION : 1.35.0 ;
+constant BOOST_VERSION : 1.35.1 ;
constant BOOST_JAMROOT_MODULE : $(__name__) ;
local version-tag = [ MATCH "^([^.]+)[.]([^.]+)[.]([^.]+)" : $(BOOST_VERSION) ] ;