diff options
-rw-r--r-- | buildfile | 4 | ||||
-rwxr-xr-x | doc/cli.sh | 2 | ||||
-rw-r--r-- | manifest | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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.16.0 +version=0.17.0-a.0.z trap 'exit 1' ERR set -o errtrace # Trap in functions. @@ -2,6 +2,6 @@ # Note: not a real package, just for the version module. # -version: 0.16.0 +version: 0.17.0-a.0.z depends: * build2 >= 0.16.0- depends: * bpkg >= 0.16.0- |