diff options
m--------- | bpkg | 0 | ||||
-rw-r--r-- | build-mingw.bat | 6 | ||||
-rw-r--r-- | build-msvc.bat | 6 | ||||
-rwxr-xr-x | build.sh | 6 | ||||
-rw-r--r-- | build/bootstrap.build | 2 | ||||
m--------- | build2 | 0 | ||||
m--------- | libbpkg | 0 | ||||
m--------- | libbutl | 0 | ||||
-rw-r--r-- | version | 2 |
9 files changed, 11 insertions, 11 deletions
diff --git a/bpkg b/bpkg -Subproject 32bfd0c7a4267e76bd046bca6c21594f45a512d +Subproject e8202ef107932d6f944856089c8c13a89c1ab96 diff --git a/build-mingw.bat b/build-mingw.bat index 5716b91..9f612dc 100644 --- a/build-mingw.bat +++ b/build-mingw.bat @@ -32,14 +32,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.4" +set "cver=0.5-a1" set "cdir=build2-toolchain-%cver%" rem Compiler. diff --git a/build-msvc.bat b/build-msvc.bat index e7c215f..ed560b2 100644 --- a/build-msvc.bat +++ b/build-msvc.bat @@ -32,14 +32,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.4" +set "cver=0.5-a1" set "cdir=build2-toolchain-%cver%" rem Installation directory. @@ -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 () diff --git a/build/bootstrap.build b/build/bootstrap.build index d564a57..46cf8e3 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -7,7 +7,7 @@ subprojects = libbutl build2 libsqlite3 libodb libodb-sqlite libbpkg bpkg using build@0.4.0 -version = 0.4.0 +version = 0.5.0-a1 dist.package = $project-$version using config diff --git a/build2 b/build2 -Subproject 0d3de45da7ae0a3a3ce33af274151e66e9ddf8a +Subproject db01a1161f86bbff5053c345dba9a5204ea9141 diff --git a/libbpkg b/libbpkg -Subproject c657ad8e7d003a35944f0b1ae7fdde18388fd81 +Subproject 4dc2c7b9fbbe7bec57524d71fd5330e2d1782c5 diff --git a/libbutl b/libbutl -Subproject e02857e41b1aaffd5c004ff6afa546962a44b63 +Subproject 3aba9af9e68f22ab6291fc16986a215f3f75508 @@ -1 +1 @@ -0.4.0 +0.5.0-a1 |