summaryrefslogtreecommitdiff
path: root/boostcpp.jam
diff options
context:
space:
mode:
authorSteven Watanabe <steven@providere-consulting.com>2018-08-30 13:09:16 -0600
committerSteven Watanabe <steven@providere-consulting.com>2018-08-30 13:33:28 -0600
commit24fcd694127f1d548f90f718faa13ddfb426149b (patch)
tree2c5779253a4dbeb7c69849f8c4c478fb32293111 /boostcpp.jam
parent06c1e1ee6cde5231eda696b8d7bf957fd1333d93 (diff)
downloadboost-24fcd694127f1d548f90f718faa13ddfb426149b.tar.gz
Update the layout version info, since this patch was not merged previously.
Diffstat (limited to 'boostcpp.jam')
-rw-r--r--boostcpp.jam8
1 files changed, 4 insertions, 4 deletions
diff --git a/boostcpp.jam b/boostcpp.jam
index cb01893cfc..dea1a43ea0 100644
--- a/boostcpp.jam
+++ b/boostcpp.jam
@@ -70,12 +70,12 @@ if $(layout[3])
{
layout-version = 1.40 ;
}
- else if [ version-less [ regex.split $(layout-version) "[.]" ] : 1 67 ]
+ else if [ version-less [ regex.split $(layout-version) "[.]" ] : 1 69 ]
{
layout-version = 1.66 ;
}
}
-layout-version ?= 1.67 ;
+layout-version ?= 1.69 ;
# On Windows, we used versioned layout by default in order to be compatible with
# autolink. On other systems, we use system layout which is what every other
@@ -137,7 +137,7 @@ if $(layout) = versioned
case 1.66 :
.format-name-args =
<base> <toolset> <threading> <runtime> <arch-and-model> ;
- case 1.67 :
+ case 1.69 :
.format-name-args =
<base> <toolset> <threading> <runtime> <arch-and-model> ;
}
@@ -152,7 +152,7 @@ else if $(layout) = tagged
case 1.66 :
.format-name-args =
<base> <threading> <runtime> ;
- case 1.67 :
+ case 1.69 :
.format-name-args =
<base> <threading> <runtime> <arch-and-model> ;
}