aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-08 11:47:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-08 11:47:59 +0200
commit6ecbf6b92296392fa74e17998cc18d59be6b29b8 (patch)
treecd79617a075ef1f29d52fb0a9deb64ef47ed7c49
parent54bef20aa21d3147c09874e61b3d1a04b88d261e (diff)
Bump version to 0.5.0-a1, master is open for business
m---------bpkg0
-rw-r--r--build-mingw.bat6
-rw-r--r--build-msvc.bat6
-rwxr-xr-xbuild.sh6
-rw-r--r--build/bootstrap.build2
m---------build20
m---------libbpkg0
m---------libbutl0
-rw-r--r--version2
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.
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] [<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
diff --git a/version b/version
index 1d0ba9e..d1f4eb1 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.4.0
+0.5.0-a1