From 6ecbf6b92296392fa74e17998cc18d59be6b29b8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 8 Sep 2016 11:47:59 +0200 Subject: Bump version to 0.5.0-a1, master is open for business --- bpkg | 2 +- build-mingw.bat | 6 +++--- build-msvc.bat | 6 +++--- build.sh | 6 +++--- build/bootstrap.build | 2 +- build2 | 2 +- libbpkg | 2 +- libbutl | 2 +- version | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/bpkg b/bpkg index 32bfd0c..e8202ef 160000 --- a/bpkg +++ b/bpkg @@ -1 +1 @@ -Subproject commit 32bfd0c7a4267e76bd046bca6c21594f45a512df +Subproject commit e8202ef107932d6f944856089c8c13a89c1ab963 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. diff --git a/build.sh b/build.sh index c8ba462..321319c 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.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 index 0d3de45..db01a11 160000 --- a/build2 +++ b/build2 @@ -1 +1 @@ -Subproject commit 0d3de45da7ae0a3a3ce33af274151e66e9ddf8a9 +Subproject commit db01a1161f86bbff5053c345dba9a5204ea91412 diff --git a/libbpkg b/libbpkg index c657ad8..4dc2c7b 160000 --- a/libbpkg +++ b/libbpkg @@ -1 +1 @@ -Subproject commit c657ad8e7d003a35944f0b1ae7fdde18388fd81c +Subproject commit 4dc2c7b9fbbe7bec57524d71fd5330e2d1782c52 diff --git a/libbutl b/libbutl index e02857e..3aba9af 160000 --- a/libbutl +++ b/libbutl @@ -1 +1 @@ -Subproject commit e02857e41b1aaffd5c004ff6afa546962a44b63e +Subproject commit 3aba9af9e68f22ab6291fc16986a215f3f75508d diff --git a/version b/version index 1d0ba9e..d1f4eb1 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.4.0 +0.5.0-a1 -- cgit v1.1