From 6080bd9453345c1ed46adbace47ff7029ecefe52 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 20 Jul 2017 09:26:06 +0200 Subject: Add libstd-modules to stage and version scripts --- stage | 4 +++- version | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/stage b/stage index 6e664de..ed56874 100755 --- a/stage +++ b/stage @@ -172,4 +172,6 @@ etc/stage-pkg -c $mode build2 \ bpkg \ libbbot \ brep \ - bbot + bbot \ + libstd-modules + diff --git a/version b/version index cce45ad..33a4b3f 100755 --- a/version +++ b/version @@ -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. -- cgit v1.1