diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-29 15:39:13 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-29 15:39:13 +0200 |
commit | 059d99fdceb0fc5cd48c215ce7800b1a38e6a390 (patch) | |
tree | 99f65e606547aa054be48e2b4c9d8f7d8b67f07c | |
parent | 084afb851b8d0b1424df2726a013e1dcf86a1e40 (diff) |
Bump version to 0.7.0
-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 | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/build-mingw.bat b/build-mingw.bat index 27947f3..c938817 100644 --- a/build-mingw.bat +++ b/build-mingw.bat @@ -49,7 +49,7 @@ rem set "BUILD2_REPO=https://pkg.cppget.org/1/alpha" rem The bpkg configuration directory. rem -set "cver=0.7-a.0" +set "cver=0.7" set "cdir=build2-toolchain-%cver%" rem Parse options. diff --git a/build-msvc.bat b/build-msvc.bat index 8685549..f64cd42 100644 --- a/build-msvc.bat +++ b/build-msvc.bat @@ -42,7 +42,7 @@ rem set "BUILD2_REPO=https://pkg.cppget.org/1/alpha" rem The bpkg configuration directory. rem -set "cver=0.7-a.0" +set "cver=0.7" set "cdir=build2-toolchain-%cver%" rem Parse options. @@ -16,7 +16,7 @@ fi # The bpkg configuration directory. # -cver="0.7-a.0" +cver="0.7" cdir="build2-toolchain-$cver" diag () @@ -1,6 +1,6 @@ #! /usr/bin/env bash -version=0.7.0-a.0.z +version=0.7.0 date="$(date +"%B %Y")" trap 'exit 1' ERR @@ -2,6 +2,6 @@ # Note: not a real package, just for the version module. # -version: 0.7.0-a.0.z +version: 0.7.0 depends: * build2 >= 0.7.0- depends: * bpkg >= 0.7.0- |