diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-20 09:46:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-20 09:46:54 +0200 |
commit | 363e6c7d8618dad0492742512a96a6a0a76796fb (patch) | |
tree | 7a8d90ffaae636b81da5befdc2072f63504637a7 /buildfile | |
parent | de42e459250544b6cf41168b767b0abc0bfd63fa (diff) |
Change version to 0.15.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). |