diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-19 12:23:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-19 12:23:03 +0200 |
commit | cc5f6488493633b39dbb181eaa46e15dd297fccb (patch) | |
tree | 1c374243df6215b850a279ef9e59b0fa84abd2ef /buildfile | |
parent | 9c066b2e1ec56d00c013b4b658a5e2ae0f89de22 (diff) |
Change version to 0.18.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). |