aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-11-19 07:51:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-11-19 07:52:35 +0200
commite97cd6e976a1a373e5ae1e0a26454c4eaa7fadd2 (patch)
treef49b5ddeb3e1b88d781d0694bcc16d3ba7daa47c
parent8b70036427038a3f649b473819c4787433be3871 (diff)
Change version to 0.12.0
-rw-r--r--build-clang.bat2
-rw-r--r--build-mingw.bat2
-rw-r--r--build-msvc.bat2
-rwxr-xr-xbuild.sh2
-rwxr-xr-xdoc/cli.sh2
-rw-r--r--manifest6
6 files changed, 8 insertions, 8 deletions
diff --git a/build-clang.bat b/build-clang.bat
index a3b4dab..9af1f57 100644
--- a/build-clang.bat
+++ b/build-clang.bat
@@ -51,7 +51,7 @@ rem set "BUILD2_REPO=https://pkg.cppget.org/1/alpha"
rem The bpkg configuration directory.
rem
-set "cver=0.12-a.0"
+set "cver=0.12"
set "cdir=build2-toolchain-%cver%"
rem Parse options.
diff --git a/build-mingw.bat b/build-mingw.bat
index aaf0e7e..10842a4 100644
--- a/build-mingw.bat
+++ b/build-mingw.bat
@@ -50,7 +50,7 @@ rem set "BUILD2_REPO=https://pkg.cppget.org/1/alpha"
rem The bpkg configuration directory.
rem
-set "cver=0.12-a.0"
+set "cver=0.12"
set "cdir=build2-toolchain-%cver%"
rem Parse options.
diff --git a/build-msvc.bat b/build-msvc.bat
index 28df6ea..5c0d845 100644
--- a/build-msvc.bat
+++ b/build-msvc.bat
@@ -43,7 +43,7 @@ rem set "BUILD2_REPO=https://pkg.cppget.org/1/alpha"
rem The bpkg configuration directory.
rem
-set "cver=0.12-a.0"
+set "cver=0.12"
set "cdir=build2-toolchain-%cver%"
rem Parse options.
diff --git a/build.sh b/build.sh
index 0412cef..387be95 100755
--- a/build.sh
+++ b/build.sh
@@ -16,7 +16,7 @@ fi
# The bpkg configuration directory.
#
-cver="0.12-a.0"
+cver="0.12"
cdir="build2-toolchain-$cver"
diag ()
diff --git a/doc/cli.sh b/doc/cli.sh
index 6d16c7b..3018b93 100755
--- a/doc/cli.sh
+++ b/doc/cli.sh
@@ -1,6 +1,6 @@
#! /usr/bin/env bash
-version=0.12.0-a.0.z
+version=0.12.0
date="$(date +"%B %Y")"
trap 'exit 1' ERR
diff --git a/manifest b/manifest
index 151a71b..a9d8757 100644
--- a/manifest
+++ b/manifest
@@ -2,6 +2,6 @@
# Note: not a real package, just for the version module.
#
-version: 0.12.0-a.0.z
-depends: * build2 >= 0.11.0
-depends: * bpkg >= 0.11.0
+version: 0.12.0
+depends: * build2 >= 0.12.0
+depends: * bpkg >= 0.12.0