diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-08 10:35:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-08 10:35:39 +0200 |
commit | b4b08a0bd64645ae22a84a3b70e7b62190bec1ae (patch) | |
tree | 7011fc24164826f1ea834fdc8c070d5a235d60b6 /build-mingw.bat | |
parent | cec1331cfef5d2767d0c887638d295ea79c41e29 (diff) |
Change version to 0.11.0
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 75a0112..a07f571 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.11-a.0" +set "cver=0.11" set "cdir=build2-toolchain-%cver%" rem Parse options. |