diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-21 16:35:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-21 16:35:45 +0200 |
commit | 6db81244979844c07503a2640eb0fd2ccb3ba6d6 (patch) | |
tree | fa4cbc212cabf11a05e3719310eb20b1c1c46a2a /build-mingw.bat | |
parent | 769017753275f85e1764544e978735e70fc38fee (diff) |
Change version to 0.10.0-a.0.z
Diffstat (limited to 'build-mingw.bat')
-rw-r--r-- | build-mingw.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-mingw.bat b/build-mingw.bat index 76c56cb..8183c1e 100644 --- a/build-mingw.bat +++ b/build-mingw.bat @@ -49,7 +49,7 @@ rem set "BUILD2_REPO=https://pkg.cppget.org/1/queue/alpha" rem The bpkg configuration directory. rem -set "cver=0.9" +set "cver=0.10-a.0" set "cdir=build2-toolchain-%cver%" rem Parse options. |