aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-02-19 08:11:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-02-19 08:11:27 +0200
commitdd1a97217fcf974dde4bfbe8338b4dbb15b869a4 (patch)
treeb215a2319391a275add68a61911102e315ed9950
parent0a1979e0ac51873106c2bcdfbcdd4226a2675c35 (diff)
Release version 0.9.0
-rw-r--r--build-mingw.bat2
-rw-r--r--build-msvc.bat2
-rwxr-xr-xbuild.sh2
-rwxr-xr-xdoc/cli.sh2
-rw-r--r--manifest2
5 files changed, 5 insertions, 5 deletions
diff --git a/build-mingw.bat b/build-mingw.bat
index 1f021d5..5dda3d7 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.9-a.0"
+set "cver=0.9"
set "cdir=build2-toolchain-%cver%"
rem Parse options.
diff --git a/build-msvc.bat b/build-msvc.bat
index f0f98f5..24979a3 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.9-a.0"
+set "cver=0.9"
set "cdir=build2-toolchain-%cver%"
rem Parse options.
diff --git a/build.sh b/build.sh
index ac9f479..7174746 100755
--- a/build.sh
+++ b/build.sh
@@ -16,7 +16,7 @@ fi
# The bpkg configuration directory.
#
-cver="0.9-a.0"
+cver="0.9"
cdir="build2-toolchain-$cver"
diag ()
diff --git a/doc/cli.sh b/doc/cli.sh
index 316e14b..4e569bf 100755
--- a/doc/cli.sh
+++ b/doc/cli.sh
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-version=0.9.0-a.0.z
+version=0.9.0
date="$(date +"%B %Y")"
trap 'exit 1' ERR
diff --git a/manifest b/manifest
index 68dad20..ef50187 100644
--- a/manifest
+++ b/manifest
@@ -2,6 +2,6 @@
# Note: not a real package, just for the version module.
#
-version: 0.9.0-a.0.z
+version: 0.9.0
depends: * build2 >= 0.8.0-
depends: * bpkg >= 0.8.0-