summaryrefslogtreecommitdiff
path: root/boost-build.jam
diff options
context:
space:
mode:
authorDave Abrahams <dave@boostpro.com>2003-05-31 13:42:33 +0000
committerDave Abrahams <dave@boostpro.com>2003-05-31 13:42:33 +0000
commit8370a6543720e34184c33299f6eab94595a8a42e (patch)
tree9b1e3e7e6e32e717f2ad96552c3d3c4f6524fb79 /boost-build.jam
parentdbb0c15f034196620d501c8115ec6358b0b35610 (diff)
downloadboost-8370a6543720e34184c33299f6eab94595a8a42e.tar.gz
Updated required version number for v2.
[SVN r18622]
Diffstat (limited to 'boost-build.jam')
-rw-r--r--boost-build.jam10
1 files changed, 5 insertions, 5 deletions
diff --git a/boost-build.jam b/boost-build.jam
index 7d66d6be13..0b34ebd9c9 100644
--- a/boost-build.jam
+++ b/boost-build.jam
@@ -1,16 +1,16 @@
BOOST_ROOT = $(.boost-build-file:D) ;
if --v2 in $(ARGV)
{
- if $(JAM_VERSION:J="") < 030103
+ if $(JAM_VERSION:J="") < 030105
{
- ECHO "error: Boost.Jam 3.1.3 or later required" ;
- EXIT ;
+ ECHO "error: Boost.Jam 3.1.5 or later required" ;
+ EXIT ;
}
else
{
JAMFILE = [Jj]amfile.v2 ;
- boost-build tools/build/kernel ;
- }
+ boost-build tools/build/kernel ;
+ }
}
else
{