diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-18 14:57:36 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-18 14:58:25 +0200 |
commit | 827fa0ed5e44927421abb1f81064173c1a451d68 (patch) | |
tree | 962b37f57328f6de42a2ec7934af4ee99713dc75 /build-clang.bat | |
parent | 64a2db402f5e0acef2f0e854f331a5433b2366f3 (diff) |
Change version to 0.13.0
Diffstat (limited to 'build-clang.bat')
-rw-r--r-- | build-clang.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-clang.bat b/build-clang.bat index 7ee08e8..4fd3f98 100644 --- a/build-clang.bat +++ b/build-clang.bat @@ -50,7 +50,7 @@ rem set "BUILD2_REPO=https://pkg.cppget.org/1/alpha" rem The bpkg configuration directory. rem -set "cver=0.13-a.0" +set "cver=0.13" set "cdir=build2-toolchain-%cver%" rem Parse options. |