diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-20 17:20:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-20 17:20:12 +0200 |
commit | b8164a70b71fac721b6ee18867edc1132fbd2fc5 (patch) | |
tree | 4b621ad85572db4ad91bfbc8b70bb3b379d2aeb9 /build-mingw.bat | |
parent | fcb0658e65e0939bf1825e695a3650f42290200a (diff) |
Change version to 0.11.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 7d6a9d2..41ec1eb 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.10" +set "cver=0.11-a.0" set "cdir=build2-toolchain-%cver%" rem Parse options. |