summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-20 09:26:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-20 09:26:06 +0200
commit6080bd9453345c1ed46adbace47ff7029ecefe52 (patch)
tree5d8299032d8faf21925086bd65dd430683314e7d
parent86ed70b8ff8c6281e15c6455fbe750ee21f2280f (diff)
Add libstd-modules to stage and version scripts
-rwxr-xr-xstage4
-rwxr-xr-xversion4
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.