aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-05 13:00:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-05 13:00:48 +0200
commitc590daff1bfc968a99bc95a4cf4847b5e4b8fc02 (patch)
treec00fa237d60e63a6022fd7e3d8663cf9f8e9d909
parent1090ad30ad08fd558963718e3b0dfa2394896d0f (diff)
Bump version to 0.6.0-a.0.z, master is open for business
m---------bpkg0
-rw-r--r--build-mingw.bat6
-rw-r--r--build-msvc.bat6
-rwxr-xr-xbuild.sh6
m---------build20
-rwxr-xr-xdoc/cli.sh2
m---------libbpkg0
m---------libbutl0
m---------libodb0
m---------libodb-sqlite0
m---------libsqlite30
-rw-r--r--manifest2
12 files changed, 11 insertions, 11 deletions
diff --git a/bpkg b/bpkg
-Subproject 3e338666854a050825ec77a81b9efcc30b5e5e5
+Subproject 17c66458cc60ada7adf56e49c60827cf7f77349
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] [<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.5"
+cver="0.6-a.0"
cdir="build2-toolchain-$cver"
diag ()
diff --git a/build2 b/build2
-Subproject 3e3e55b9fc75c4fd3be0f6f06e1301e361615e0
+Subproject 1cf6a73d3379e50cfe082aef56830677bc3830b
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
-Subproject 59fb7556176d35567fccaabc39f19a12cc81637
+Subproject 0bb77a43ff1d9c16fad61017f45a057bcfd36ca
diff --git a/libbutl b/libbutl
-Subproject 779fa51c58e917028820c33a1008e346153c07c
+Subproject 686c2a4a8bf2ba291149b51c0c97ac2ed2ebb15
diff --git a/libodb b/libodb
-Subproject a690ea55851e8cc8e1d2bcc8b1cd5106f36cbdc
+Subproject 2589a15cdf0003c901497bedc06f4b0aee80bf1
diff --git a/libodb-sqlite b/libodb-sqlite
-Subproject a4097bb332ac4acfd85e898a5c34f566b492675
+Subproject aeed12c793dc2138bcdcb4be1bf8de65dc74887
diff --git a/libsqlite3 b/libsqlite3
-Subproject 22555d74e2a59186336b6bf3d7ee682941c547f
+Subproject a9ccd89898ab7d16d68fb0b5f76ca6c1968c02f
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-