aboutsummaryrefslogtreecommitdiff
path: root/build-msvc.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-msvc.bat
parent13d96877a700c4bbadf7c17a7faacfb7f5c36cf9 (diff)
Change version to 0.13.0-a.0.z
Diffstat (limited to 'build-msvc.bat')
-rw-r--r--build-msvc.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-msvc.bat b/build-msvc.bat
index f47ce84..6a2a2f4 100644
--- a/build-msvc.bat
+++ b/build-msvc.bat
@@ -36,14 +36,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.