summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorBeman Dawes <bdawes@acm.org>2009-08-28 18:28:55 +0000
committerBeman Dawes <bdawes@acm.org>2009-08-28 18:28:55 +0000
commit5c233a92fd738881d9926c65b6a9a49c302d1cab (patch)
tree3261c49f2ecb4d7cdd341ccde3b7aff22a89ef8a /Jamroot
parentce4b0cf1dbb2e6a6565601031f01dd965ed55742 (diff)
downloadboost-5c233a92fd738881d9926c65b6a9a49c302d1cab.tar.gz
Set release number to 1.41.0
[SVN r55843]
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index eb1d840204..f0ab94bf77 100644
--- a/Jamroot
+++ b/Jamroot
@@ -133,7 +133,7 @@ import project ;
import option ;
path-constant BOOST_ROOT : . ;
-constant BOOST_VERSION : 1.40.0 ;
+constant BOOST_VERSION : 1.41.0 ;
constant BOOST_JAMROOT_MODULE : $(__name__) ;
local version-tag = [ MATCH "^([^.]+)[.]([^.]+)[.]([^.]+)" : $(BOOST_VERSION) ]