aboutsummaryrefslogtreecommitdiff
path: root/build-clang.bat
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-11-21 06:40:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-11-21 06:44:00 +0200
commit141c8b574b659f5d01387dd66ce9f9c5a7a5c3fe (patch)
tree63f552b1f8dc5c908a12dbe60e33c6d25d30b961 /build-clang.bat
parent13d96877a700c4bbadf7c17a7faacfb7f5c36cf9 (diff)
Change version to 0.13.0-a.0.z
Diffstat (limited to 'build-clang.bat')
-rw-r--r--build-clang.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-clang.bat b/build-clang.bat
index accacde..2a02e64 100644
--- a/build-clang.bat
+++ b/build-clang.bat
@@ -44,14 +44,14 @@ set "owd=%CD%"
rem Package repository URL (or path).
rem
if "_%BUILD2_REPO%_" == "__" (
-rem set "BUILD2_REPO=https://stage.build2.org/1"
+ set "BUILD2_REPO=https://stage.build2.org/1"
rem set "BUILD2_REPO=https://pkg.cppget.org/1/queue/alpha"
- set "BUILD2_REPO=https://pkg.cppget.org/1/alpha"
+rem set "BUILD2_REPO=https://pkg.cppget.org/1/alpha"
)
rem The bpkg configuration directory.
rem
-set "cver=0.12"
+set "cver=0.13-a.0"
set "cdir=build2-toolchain-%cver%"
rem Parse options.