From c590daff1bfc968a99bc95a4cf4847b5e4b8fc02 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 5 May 2017 13:00:48 +0200 Subject: Bump version to 0.6.0-a.0.z, master is open for business --- bpkg | 2 +- build-mingw.bat | 6 +++--- build-msvc.bat | 6 +++--- build.sh | 6 +++--- build2 | 2 +- doc/cli.sh | 2 +- libbpkg | 2 +- libbutl | 2 +- libodb | 2 +- libodb-sqlite | 2 +- libsqlite3 | 2 +- manifest | 2 +- 12 files changed, 18 insertions(+), 18 deletions(-) diff --git a/bpkg b/bpkg index 3e33866..17c6645 160000 --- a/bpkg +++ b/bpkg @@ -1 +1 @@ -Subproject commit 3e338666854a050825ec77a81b9efcc30b5e5e52 +Subproject commit 17c66458cc60ada7adf56e49c60827cf7f773491 diff --git a/build-mingw.bat b/build-mingw.bat index 8fe7060..728d27c 100644 --- a/build-mingw.bat +++ b/build-mingw.bat @@ -36,14 +36,14 @@ if "_%1_" == "_/?_" goto usage rem Package repository URL (or path). rem if "_%BUILD2_REPO%_" == "__" ( -rem set "BUILD2_REPO=https://stage.build2.org/1" + set "BUILD2_REPO=https://stage.build2.org/1" rem set "BUILD2_REPO=https://pkg.cppget.org/1/queue" - set "BUILD2_REPO=https://pkg.cppget.org/1/alpha" +rem set "BUILD2_REPO=https://pkg.cppget.org/1/alpha" ) rem Bpkg configuration directory. rem -set "cver=0.5" +set "cver=0.6-a.0" set "cdir=build2-toolchain-%cver%" rem Compiler. diff --git a/build-msvc.bat b/build-msvc.bat index e5e55ef..4ba63bf 100644 --- a/build-msvc.bat +++ b/build-msvc.bat @@ -36,14 +36,14 @@ if "_%1_" == "_/?_" goto usage rem Package repository URL (or path). rem if "_%BUILD2_REPO%_" == "__" ( -rem set "BUILD2_REPO=https://stage.build2.org/1" + set "BUILD2_REPO=https://stage.build2.org/1" rem set "BUILD2_REPO=https://pkg.cppget.org/1/queue" - set "BUILD2_REPO=https://pkg.cppget.org/1/alpha" +rem set "BUILD2_REPO=https://pkg.cppget.org/1/alpha" ) rem Bpkg configuration directory. rem -set "cver=0.5" +set "cver=0.6-a.0" set "cdir=build2-toolchain-%cver%" rem Installation directory. diff --git a/build.sh b/build.sh index 8af655e..0bfc78a 100755 --- a/build.sh +++ b/build.sh @@ -9,14 +9,14 @@ usage="Usage: $0 [-h|--help] [] " # 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.5" +cver="0.6-a.0" cdir="build2-toolchain-$cver" diag () diff --git a/build2 b/build2 index 3e3e55b..1cf6a73 160000 --- a/build2 +++ b/build2 @@ -1 +1 @@ -Subproject commit 3e3e55b9fc75c4fd3be0f6f06e1301e361615e0d +Subproject commit 1cf6a73d3379e50cfe082aef56830677bc3830b5 diff --git a/doc/cli.sh b/doc/cli.sh index 889f67d..4a24a53 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -version=0.5.0 +version=0.6.0-a.0.z date="$(date +"%B %Y")" trap 'exit 1' ERR diff --git a/libbpkg b/libbpkg index 59fb755..0bb77a4 160000 --- a/libbpkg +++ b/libbpkg @@ -1 +1 @@ -Subproject commit 59fb7556176d35567fccaabc39f19a12cc816377 +Subproject commit 0bb77a43ff1d9c16fad61017f45a057bcfd36cae diff --git a/libbutl b/libbutl index 779fa51..686c2a4 160000 --- a/libbutl +++ b/libbutl @@ -1 +1 @@ -Subproject commit 779fa51c58e917028820c33a1008e346153c07c3 +Subproject commit 686c2a4a8bf2ba291149b51c0c97ac2ed2ebb157 diff --git a/libodb b/libodb index a690ea5..2589a15 160000 --- a/libodb +++ b/libodb @@ -1 +1 @@ -Subproject commit a690ea55851e8cc8e1d2bcc8b1cd5106f36cbdc0 +Subproject commit 2589a15cdf0003c901497bedc06f4b0aee80bf14 diff --git a/libodb-sqlite b/libodb-sqlite index a4097bb..aeed12c 160000 --- a/libodb-sqlite +++ b/libodb-sqlite @@ -1 +1 @@ -Subproject commit a4097bb332ac4acfd85e898a5c34f566b4926754 +Subproject commit aeed12c793dc2138bcdcb4be1bf8de65dc74887c diff --git a/libsqlite3 b/libsqlite3 index 22555d7..a9ccd89 160000 --- a/libsqlite3 +++ b/libsqlite3 @@ -1 +1 @@ -Subproject commit 22555d74e2a59186336b6bf3d7ee682941c547f4 +Subproject commit a9ccd89898ab7d16d68fb0b5f76ca6c1968c02f9 diff --git a/manifest b/manifest index eb9df45..9dda483 100644 --- a/manifest +++ b/manifest @@ -2,6 +2,6 @@ # Note: not a real package, just for the version module. # -version: 0.5.0 +version: 0.6.0-a.0.z depends: * build2 >= 0.5.0- depends: * bpkg >= 0.5.0- -- cgit v1.1