From a9245dcfa498f125649e277ce32a7a92ff02fe05 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 31 May 2018 09:30:44 +0200 Subject: Bump version to 0.8.0-a.0.z, master is open for business --- bdep | 2 +- 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 +- libpkgconf | 2 +- libsqlite3 | 2 +- manifest | 2 +- 14 files changed, 20 insertions(+), 20 deletions(-) diff --git a/bdep b/bdep index e22afe9..233f9d3 160000 --- a/bdep +++ b/bdep @@ -1 +1 @@ -Subproject commit e22afe9729703e9e1d2530539b33a494bd19b684 +Subproject commit 233f9d3e9f6cef9688d49f9c39975d9014506bd3 diff --git a/bpkg b/bpkg index b383af6..0cb15e9 160000 --- a/bpkg +++ b/bpkg @@ -1 +1 @@ -Subproject commit b383af6755ceff65a9175a9c4187486f58f58598 +Subproject commit 0cb15e956256894834f4630234a76402b87855a2 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. diff --git a/build.sh b/build.sh index 4211a01..00b2675 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 # The bpkg configuration directory. # -cver="0.7" +cver="0.8-a.0" cdir="build2-toolchain-$cver" diag () diff --git a/build2 b/build2 index 16e19aa..df58e30 160000 --- a/build2 +++ b/build2 @@ -1 +1 @@ -Subproject commit 16e19aac2b3a5f339bc6909c4f4c0f991d18561e +Subproject commit df58e30c521ebe61897f8960d4914e90e7705419 diff --git a/doc/cli.sh b/doc/cli.sh index 8d1a77e..71a6f3e 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -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 index 9975433..6cd041f 160000 --- a/libbpkg +++ b/libbpkg @@ -1 +1 @@ -Subproject commit 9975433887ac061b2aa50189dddb9d733e57d054 +Subproject commit 6cd041f835400bf76720f8f6653d583c5b3c61c0 diff --git a/libbutl b/libbutl index 8774899..22dcb13 160000 --- a/libbutl +++ b/libbutl @@ -1 +1 @@ -Subproject commit 87748994b78ee8143a09ccf80a38ab890263e113 +Subproject commit 22dcb13424c3a098e2f87716a9ca6e72f610f845 diff --git a/libodb b/libodb index 0930b3a..fd18317 160000 --- a/libodb +++ b/libodb @@ -1 +1 @@ -Subproject commit 0930b3a28774175e3a984b6d77e3f7587f2844af +Subproject commit fd18317630f65365c9cb4923dd48f0c944ac1a21 diff --git a/libodb-sqlite b/libodb-sqlite index 29bb914..d64311d 160000 --- a/libodb-sqlite +++ b/libodb-sqlite @@ -1 +1 @@ -Subproject commit 29bb914fc69138321cb9514905303484a03a0f4a +Subproject commit d64311d6ce2cace76f1a7e09251be9d8d1ea6bd1 diff --git a/libpkgconf b/libpkgconf index 80527b4..19efac2 160000 --- a/libpkgconf +++ b/libpkgconf @@ -1 +1 @@ -Subproject commit 80527b41a64fb86920beb1ab25731a7cbd19e650 +Subproject commit 19efac27ad986bf58d7e7cd46d9563b38974a031 diff --git a/libsqlite3 b/libsqlite3 index df34c71..0fee89f 160000 --- a/libsqlite3 +++ b/libsqlite3 @@ -1 +1 @@ -Subproject commit df34c714af4e8b70682f42da9c05454175b17226 +Subproject commit 0fee89ffcf9b3f7fda553d11e4c5e22ff28fe4aa diff --git a/manifest b/manifest index fc4f5c3..d4f2e0e 100644 --- a/manifest +++ b/manifest @@ -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- -- cgit v1.1