diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-29 10:01:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-29 10:05:33 +0200 |
commit | 64c1dbbb8bca6ec8ee5ecac7ac0aaa2f2cc75dd4 (patch) | |
tree | 1af84934f54748377d35450af06ab6e5541f2128 /buildfile | |
parent | 16dc2f8b7675b7853b7b4d1e0011d2fcbb842db1 (diff) |
Change version to 0.16.0-a.0.z
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,9 +12,9 @@ assert ($build.meta_operation == 'dist' || \ # Package repository URL (or path). # -# build2_repo="https://stage.build2.org/1" +build2_repo="https://stage.build2.org/1" # build2_repo="https://pkg.cppget.org/1/queue/alpha" -build2_repo="https://pkg.cppget.org/1/alpha" +# build2_repo="https://pkg.cppget.org/1/alpha" # @@ Note that the project directories order is important (prerequisites go # first). |