diff options
m--------- | bdep | 0 | ||||
m--------- | bpkg | 0 | ||||
-rw-r--r-- | build-mingw.bat | 6 | ||||
-rw-r--r-- | build-msvc.bat | 6 | ||||
-rwxr-xr-x | build.sh | 6 | ||||
m--------- | build2 | 0 | ||||
-rwxr-xr-x | doc/cli.sh | 2 | ||||
m--------- | libbpkg | 0 | ||||
m--------- | libbutl | 0 | ||||
m--------- | libodb | 0 | ||||
m--------- | libodb-sqlite | 0 | ||||
m--------- | libpkgconf | 0 | ||||
m--------- | libsqlite3 | 0 | ||||
-rw-r--r-- | manifest | 2 |
14 files changed, 11 insertions, 11 deletions
diff --git a/bdep b/bdep -Subproject e22afe9729703e9e1d2530539b33a494bd19b68 +Subproject 233f9d3e9f6cef9688d49f9c39975d9014506bd diff --git a/bpkg b/bpkg -Subproject b383af6755ceff65a9175a9c4187486f58f5859 +Subproject 0cb15e956256894834f4630234a76402b87855a diff --git a/build-mingw.bat b/build-mingw.bat index bc3ebfa..a66aa22 100644 --- a/build-mingw.bat +++ b/build-mingw.bat @@ -42,14 +42,14 @@ set "owd=%CD%" 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 The bpkg configuration directory. rem -set "cver=0.7" +set "cver=0.8-a.0" set "cdir=build2-toolchain-%cver%" rem Parse options. diff --git a/build-msvc.bat b/build-msvc.bat index d99829c..8917055 100644 --- a/build-msvc.bat +++ b/build-msvc.bat @@ -35,14 +35,14 @@ set "owd=%CD%" 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 The bpkg configuration directory. rem -set "cver=0.7" +set "cver=0.8-a.0" set "cdir=build2-toolchain-%cver%" rem Parse options. @@ -9,14 +9,14 @@ usage="Usage: $0 [-h|--help] [<options>] <c++-compiler>" # 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 # The bpkg configuration directory. # -cver="0.7" +cver="0.8-a.0" cdir="build2-toolchain-$cver" diag () diff --git a/build2 b/build2 -Subproject 16e19aac2b3a5f339bc6909c4f4c0f991d18561 +Subproject df58e30c521ebe61897f8960d4914e90e770541 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -version=0.7.0 +version=0.8.0-a.0.z date="$(date +"%B %Y")" trap 'exit 1' ERR diff --git a/libbpkg b/libbpkg -Subproject 9975433887ac061b2aa50189dddb9d733e57d05 +Subproject 6cd041f835400bf76720f8f6653d583c5b3c61c diff --git a/libbutl b/libbutl -Subproject 87748994b78ee8143a09ccf80a38ab890263e11 +Subproject 22dcb13424c3a098e2f87716a9ca6e72f610f84 diff --git a/libodb b/libodb -Subproject 0930b3a28774175e3a984b6d77e3f7587f2844a +Subproject fd18317630f65365c9cb4923dd48f0c944ac1a2 diff --git a/libodb-sqlite b/libodb-sqlite -Subproject 29bb914fc69138321cb9514905303484a03a0f4 +Subproject d64311d6ce2cace76f1a7e09251be9d8d1ea6bd diff --git a/libpkgconf b/libpkgconf -Subproject 80527b41a64fb86920beb1ab25731a7cbd19e65 +Subproject 19efac27ad986bf58d7e7cd46d9563b38974a03 diff --git a/libsqlite3 b/libsqlite3 -Subproject df34c714af4e8b70682f42da9c05454175b1722 +Subproject 0fee89ffcf9b3f7fda553d11e4c5e22ff28fe4a @@ -2,6 +2,6 @@ # Note: not a real package, just for the version module. # -version: 0.7.0 +version: 0.8.0-a.0.z depends: * build2 >= 0.7.0- depends: * bpkg >= 0.7.0- |