diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-08 11:47:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-08 11:47:59 +0200 |
commit | 6ecbf6b92296392fa74e17998cc18d59be6b29b8 (patch) | |
tree | cd79617a075ef1f29d52fb0a9deb64ef47ed7c49 /build.sh | |
parent | 54bef20aa21d3147c09874e61b3d1a04b88d261e (diff) |
Bump version to 0.5.0-a1, master is open for business
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 () |