aboutsummaryrefslogtreecommitdiff
path: root/build-mingw.bat
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-08 11:47:59 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-08 11:47:59 +0200
commit6ecbf6b92296392fa74e17998cc18d59be6b29b8 (patch)
treecd79617a075ef1f29d52fb0a9deb64ef47ed7c49 /build-mingw.bat
parent54bef20aa21d3147c09874e61b3d1a04b88d261e (diff)
Bump version to 0.5.0-a1, master is open for business
Diffstat (limited to 'build-mingw.bat')
-rw-r--r--build-mingw.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-mingw.bat b/build-mingw.bat
index 5716b91..9f612dc 100644
--- a/build-mingw.bat
+++ b/build-mingw.bat
@@ -32,14 +32,14 @@ if "_%1_" == "_/?_" goto usage
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"
- set "BUILD2_REPO=https://pkg.cppget.org/1/alpha"
+rem set "BUILD2_REPO=https://pkg.cppget.org/1/alpha"
)
rem Bpkg configuration directory.
rem
-set "cver=0.4"
+set "cver=0.5-a1"
set "cdir=build2-toolchain-%cver%"
rem Compiler.