From 64c1dbbb8bca6ec8ee5ecac7ac0aaa2f2cc75dd4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 29 Jul 2022 10:01:40 +0200 Subject: Change version to 0.16.0-a.0.z --- buildfile | 4 ++-- doc/cli.sh | 2 +- manifest | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/buildfile b/buildfile index 3856bde..64a6333 100644 --- a/buildfile +++ b/buildfile @@ -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). diff --git a/doc/cli.sh b/doc/cli.sh index 6a8daff..2899d6c 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -version=0.15.0 +version=0.16.0-a.0.z trap 'exit 1' ERR set -o errtrace # Trap in functions. diff --git a/manifest b/manifest index c29752c..ca7f1e6 100644 --- a/manifest +++ b/manifest @@ -2,6 +2,6 @@ # Note: not a real package, just for the version module. # -version: 0.15.0 +version: 0.16.0-a.0.z depends: * build2 >= 0.15.0- depends: * bpkg >= 0.15.0- -- cgit v1.1