diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-20 17:20:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-20 17:20:12 +0200 |
commit | b8164a70b71fac721b6ee18867edc1132fbd2fc5 (patch) | |
tree | 4b621ad85572db4ad91bfbc8b70bb3b379d2aeb9 | |
parent | fcb0658e65e0939bf1825e695a3650f42290200a (diff) |
Change version to 0.11.0-a.0.z
-rw-r--r-- | build-mingw.bat | 2 | ||||
-rw-r--r-- | build-msvc.bat | 2 | ||||
-rwxr-xr-x | build.sh | 2 | ||||
-rwxr-xr-x | doc/cli.sh | 2 | ||||
-rw-r--r-- | manifest | 6 |
5 files changed, 7 insertions, 7 deletions
diff --git a/build-mingw.bat b/build-mingw.bat index 7d6a9d2..41ec1eb 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.10" +set "cver=0.11-a.0" set "cdir=build2-toolchain-%cver%" rem Parse options. diff --git a/build-msvc.bat b/build-msvc.bat index ffb016a..2bdd19b 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.10" +set "cver=0.11-a.0" set "cdir=build2-toolchain-%cver%" rem Parse options. @@ -16,7 +16,7 @@ fi # The bpkg configuration directory. # -cver="0.10" +cver="0.11-a.0" cdir="build2-toolchain-$cver" diag () @@ -1,6 +1,6 @@ #! /usr/bin/env bash -version=0.10.0 +version=0.11.0-a.0.z date="$(date +"%B %Y")" trap 'exit 1' ERR @@ -2,6 +2,6 @@ # Note: not a real package, just for the version module. # -version: 0.10.0 -depends: * build2 >= 0.9.0 -depends: * bpkg >= 0.9.0 +version: 0.11.0-a.0.z +depends: * build2 >= 0.10.0 +depends: * bpkg >= 0.10.0 |