From 6d5f713cadfe13940f3c401ce41cb92ae2e482dd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 Sep 2018 10:47:00 +0200 Subject: Bump version to 0.8.0 --- build-mingw.bat | 2 +- build-msvc.bat | 2 +- build.sh | 2 +- doc/cli.sh | 2 +- manifest | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build-mingw.bat b/build-mingw.bat index a66aa22..21930d5 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.8-a.0" +set "cver=0.8" set "cdir=build2-toolchain-%cver%" rem Parse options. diff --git a/build-msvc.bat b/build-msvc.bat index 8917055..17bac69 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.8-a.0" +set "cver=0.8" set "cdir=build2-toolchain-%cver%" rem Parse options. diff --git a/build.sh b/build.sh index 0deab44..cba5c18 100755 --- a/build.sh +++ b/build.sh @@ -16,7 +16,7 @@ fi # The bpkg configuration directory. # -cver="0.8-a.0" +cver="0.8" cdir="build2-toolchain-$cver" diag () diff --git a/doc/cli.sh b/doc/cli.sh index 7ec346a..7830735 100755 --- a/doc/cli.sh +++ b/doc/cli.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -version=0.8.0-a.0.z +version=0.8.0 date="$(date +"%B %Y")" trap 'exit 1' ERR diff --git a/manifest b/manifest index 25a4311..6b089ad 100644 --- a/manifest +++ b/manifest @@ -2,6 +2,6 @@ # Note: not a real package, just for the version module. # -version: 0.8.0-a.0.z +version: 0.8.0 depends: * build2 >= 0.8.0- depends: * bpkg >= 0.8.0- -- cgit v1.1