From 827fa0ed5e44927421abb1f81064173c1a451d68 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 18 Jul 2020 14:57:36 +0200 Subject: Change version to 0.13.0 --- build-clang.bat | 2 +- build-mingw.bat | 2 +- build-msvc.bat | 2 +- build.sh | 2 +- doc/cli.sh | 2 +- 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. diff --git a/build.sh b/build.sh index eab4cbd..3e42a06 100755 --- a/build.sh +++ b/build.sh @@ -15,7 +15,7 @@ fi # The bpkg configuration directory. # -cver="0.13-a.0" +cver="0.13" cdir="build2-toolchain-$cver" diag () diff --git a/doc/cli.sh b/doc/cli.sh index d7ed865..a64df75 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -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. diff --git a/manifest b/manifest index 70e39cc..1e2c4d9 100644 --- a/manifest +++ b/manifest @@ -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 -- cgit v1.1