diff options
-rw-r--r-- | build-clang.bat | 2 | ||||
-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 |
6 files changed, 8 insertions, 8 deletions
diff --git a/build-clang.bat b/build-clang.bat index 7ee08e8..4fd3f98 100644 --- a/build-clang.bat +++ b/build-clang.bat @@ -50,7 +50,7 @@ rem set "BUILD2_REPO=https://pkg.cppget.org/1/alpha" rem The bpkg configuration directory. rem -set "cver=0.13-a.0" +set "cver=0.13" set "cdir=build2-toolchain-%cver%" rem Parse options. diff --git a/build-mingw.bat b/build-mingw.bat index 7173087..77970d5 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.13-a.0" +set "cver=0.13" set "cdir=build2-toolchain-%cver%" rem Parse options. diff --git a/build-msvc.bat b/build-msvc.bat index 495f2ac..f675468 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.13-a.0" +set "cver=0.13" set "cdir=build2-toolchain-%cver%" rem Parse options. @@ -15,7 +15,7 @@ fi # The bpkg configuration directory. # -cver="0.13-a.0" +cver="0.13" cdir="build2-toolchain-$cver" diag () @@ -1,6 +1,6 @@ #! /usr/bin/env bash -version=0.13.0-a.0.z +version=0.13.0 trap 'exit 1' ERR set -o errtrace # Trap in functions. @@ -2,6 +2,6 @@ # Note: not a real package, just for the version module. # -version: 0.13.0-a.0.z -depends: * build2 >= 0.13.0- -depends: * bpkg >= 0.13.0- +version: 0.13.0 +depends: * build2 >= 0.13.0 +depends: * bpkg >= 0.13.0 |