aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-08 11:47:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-08 11:47:59 +0200
commit6ecbf6b92296392fa74e17998cc18d59be6b29b8 (patch)
treecd79617a075ef1f29d52fb0a9deb64ef47ed7c49 /build.sh
parent54bef20aa21d3147c09874e61b3d1a04b88d261e (diff)
Bump version to 0.5.0-a1, master is open for business
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index c8ba462..321319c 100755
--- a/build.sh
+++ b/build.sh
@@ -9,14 +9,14 @@ usage="Usage: $0 [-h|--help] [<options>] <cxx>"
# Package repository URL (or path).
#
if test -z "$BUILD2_REPO"; then
-# BUILD2_REPO="https://stage.build2.org/1"
+ BUILD2_REPO="https://stage.build2.org/1"
# BUILD2_REPO="https://pkg.cppget.org/1/queue"
- BUILD2_REPO="https://pkg.cppget.org/1/alpha"
+# BUILD2_REPO="https://pkg.cppget.org/1/alpha"
fi
# Bpkg configuration directory.
#
-cver="0.4"
+cver="0.5-a1"
cdir="build2-toolchain-$cver"
diag ()