diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 18:27:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-28 18:31:04 +0200 |
commit | faf69983e43f51130d2edaf5109f978ec4e628e6 (patch) | |
tree | b330039e09f4f326479b2a903d5fc51a68f4ab9b /build-mingw.bat | |
parent | d4f832e6d8e3f6e503b5123eb1ab71d77e558fcb (diff) |
Switch to version module
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 02e1e87..b41073b 100644 --- a/build-mingw.bat +++ b/build-mingw.bat @@ -43,7 +43,7 @@ rem set "BUILD2_REPO=https://pkg.cppget.org/1/alpha" rem Bpkg configuration directory. rem -set "cver=0.5-a1" +set "cver=0.5-b.0" set "cdir=build2-toolchain-%cver%" rem Compiler. |