mirror of
https://github.com/boostorg/build.git
synced 2026-02-10 23:32:20 +00:00
Update version check.
[SVN r20662]
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
|
||||
# First of all, check the jam version
|
||||
|
||||
if $(JAM_VERSION:J="") < 030107
|
||||
if $(JAM_VERSION:J="") < 030108
|
||||
{
|
||||
ECHO "error: Boost.Jam version 3.1.7 or later required" ;
|
||||
ECHO "error: Boost.Jam version 3.1.8 or later required" ;
|
||||
EXIT ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user