aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-02-21 16:35:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-02-21 16:35:45 +0200
commit6db81244979844c07503a2640eb0fd2ccb3ba6d6 (patch)
treefa4cbc212cabf11a05e3719310eb20b1c1c46a2a
parent769017753275f85e1764544e978735e70fc38fee (diff)
Change version to 0.10.0-a.0.z
-rw-r--r--build-mingw.bat2
-rw-r--r--build-msvc.bat2
-rwxr-xr-xbuild.sh2
-rwxr-xr-xdoc/cli.sh2
-rw-r--r--manifest6
5 files changed, 7 insertions, 7 deletions
diff --git a/build-mingw.bat b/build-mingw.bat
index 76c56cb..8183c1e 100644
--- a/build-mingw.bat
+++ b/build-mingw.bat
@@ -49,7 +49,7 @@ rem set "BUILD2_REPO=https://pkg.cppget.org/1/queue/alpha"
rem The bpkg configuration directory.
rem
-set "cver=0.9"
+set "cver=0.10-a.0"
set "cdir=build2-toolchain-%cver%"
rem Parse options.
diff --git a/build-msvc.bat b/build-msvc.bat
index 018a569..cab4084 100644
--- a/build-msvc.bat
+++ b/build-msvc.bat
@@ -42,7 +42,7 @@ rem set "BUILD2_REPO=https://pkg.cppget.org/1/queue/alpha"
rem The bpkg configuration directory.
rem
-set "cver=0.9"
+set "cver=0.10-a.0"
set "cdir=build2-toolchain-%cver%"
rem Parse options.
diff --git a/build.sh b/build.sh
index 060543a..681d0b9 100755
--- a/build.sh
+++ b/build.sh
@@ -16,7 +16,7 @@ fi
# The bpkg configuration directory.
#
-cver="0.9"
+cver="0.10-a.0"
cdir="build2-toolchain-$cver"
diag ()
diff --git a/doc/cli.sh b/doc/cli.sh
index 4e569bf..86a7a1c 100755
--- a/doc/cli.sh
+++ b/doc/cli.sh
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-version=0.9.0
+version=0.10.0-a.0.z
date="$(date +"%B %Y")"
trap 'exit 1' ERR
diff --git a/manifest b/manifest
index ef50187..5e5cc3d 100644
--- a/manifest
+++ b/manifest
@@ -2,6 +2,6 @@
# Note: not a real package, just for the version module.
#
-version: 0.9.0
-depends: * build2 >= 0.8.0-
-depends: * bpkg >= 0.8.0-
+version: 0.10.0-a.0.z
+depends: * build2 >= 0.9.0
+depends: * bpkg >= 0.9.0