diff options
m--------- | bdep | 0 | ||||
m--------- | bpkg | 0 | ||||
m--------- | build2 | 0 | ||||
-rw-r--r-- | buildfile | 4 | ||||
-rwxr-xr-x | doc/cli.sh | 2 | ||||
m--------- | libbpkg | 0 | ||||
m--------- | libbutl | 0 | ||||
m--------- | libodb | 0 | ||||
m--------- | libodb-sqlite | 0 | ||||
-rw-r--r-- | manifest | 2 |
10 files changed, 4 insertions, 4 deletions
diff --git a/bdep b/bdep -Subproject 2b9c85f0208a18f1f2863819374b49aa85581a0 +Subproject df3328a3a24c0e13b2269bbe2c689a1b5fdb563 diff --git a/bpkg b/bpkg -Subproject bdd01a8419727bf917a3c7f006991680c555055 +Subproject b3e3a692da419cbf7a87f6b2953bf03d1647d7a diff --git a/build2 b/build2 -Subproject fac1f565f11df9c00a675f6f83360c4301629cb +Subproject a8934f266ef8bc5c80584d3c0108c6038e740db @@ -12,9 +12,9 @@ assert ($build.meta_operation == 'dist' || \ # Package repository URL (or path). # -# build2_repo="https://stage.build2.org/1" +build2_repo="https://stage.build2.org/1" # build2_repo="https://pkg.cppget.org/1/queue/alpha" -build2_repo="https://pkg.cppget.org/1/alpha" +# build2_repo="https://pkg.cppget.org/1/alpha" # @@ Note that the project directories order is important (prerequisites go # first). @@ -1,6 +1,6 @@ #! /usr/bin/env bash -version=0.14.0 +version=0.15.0-a.0.z trap 'exit 1' ERR set -o errtrace # Trap in functions. diff --git a/libbpkg b/libbpkg -Subproject 3c0ab719ebedfadc019749cb31dadd3c9de2aaf +Subproject aca0cc41cd4ce6d9ea256d71af2296c1c95fdff diff --git a/libbutl b/libbutl -Subproject 7ddc4aa1b0cfaf4a1422447bba222fa2b4c8b27 +Subproject 8a3d6e8d1cb04e911eb57019e9a87a106fc6ea9 diff --git a/libodb b/libodb -Subproject 74068fe696ed4f04dd22d9204a326ae7ad3f392 +Subproject 14a05dc1aa9131b003d39cce9b62ab0459f6baf diff --git a/libodb-sqlite b/libodb-sqlite -Subproject 2894165a408b43aaa8c495342b07414bf860ffd +Subproject 6eb4a1646da26848cc0e1a135b5bea859623e4e @@ -2,6 +2,6 @@ # Note: not a real package, just for the version module. # -version: 0.14.0 +version: 0.15.0-a.0.z depends: * build2 >= 0.14.0- depends: * bpkg >= 0.14.0- |