diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-20 09:26:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-20 09:26:06 +0200 |
commit | 6080bd9453345c1ed46adbace47ff7029ecefe52 (patch) | |
tree | 5d8299032d8faf21925086bd65dd430683314e7d /version | |
parent | 86ed70b8ff8c6281e15c6455fbe750ee21f2280f (diff) |
Add libstd-modules to stage and version scripts
Diffstat (limited to 'version')
-rwxr-xr-x | version | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ build2_min=0.5.0- bpkg_min=0.5.0- ver=0.6.0-a.0.z -mods=(libbutl libbpkg libbbot) +mods=(libstd-modules libbutl libbpkg libbbot) odb_ver=2.5.0-b.4.z odb_mods=(libodb libodb-sqlite libodb-pgsql) @@ -20,7 +20,7 @@ odb_mods=(libodb libodb-sqlite libodb-pgsql) xml_ver=1.1.0-b.1.z xml_mods=(libstudxml) -all=(libbutl build2 libbpkg bpkg libbbot brep bbot msvc-linux build2-toolchain) +all=(libstd-modules libbutl build2 libbpkg bpkg libbbot brep bbot msvc-linux build2-toolchain) # In manifests for alpha/beta we use an exact match. For snapshots -- snapshot # range. Otherwise an X.Y.* range. |