aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-07-05 10:19:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-07-05 10:21:16 +0200
commit5aa64d9ff9cb4a8c2a414f7ea334a80dc97de53a (patch)
tree5f5b8c86a94afa71e56bf0b73fc7ee3c5924b93f
parent385cca5a2687fa2d2b772c39e00dfedfc3d880d3 (diff)
Change version to 0.17.0-a.0.z
-rw-r--r--buildfile4
-rwxr-xr-xdoc/cli.sh2
-rw-r--r--manifest2
3 files changed, 4 insertions, 4 deletions
diff --git a/buildfile b/buildfile
index fc72cab..aac3b8f 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 7cdaec3..e9acd6d 100755
--- a/doc/cli.sh
+++ b/doc/cli.sh
@@ -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.
diff --git a/manifest b/manifest
index 70c0860..a18422f 100644
--- a/manifest
+++ b/manifest
@@ -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-