diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-30 13:28:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-06-30 13:28:24 +0200 |
commit | fc1dea52e729f509f88360e165e205e0aaf8516b (patch) | |
tree | 8909df465bb9466c79f149befdcc0c2c63cc277a | |
parent | 6d3305b3d72bf4a1efb561f764faa4d536c98bd5 (diff) |
Release version 0.16.0v0.16.0
-rw-r--r-- | manifest | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ : 1 name: msvc-linux -version: 0.16.0-a.0.z +version: 0.16.0 project: build2 summary: MS Visual C++ as cross-compiler driver scripts license: MIT @@ -14,6 +14,6 @@ src-url: https://git.build2.org/cgit/etc/msvc-linux/tree/ email: users@build2.org build-warning-email: builds@build2.org requires: c++14 -depends: * build2 >= 0.15.0- -depends: * bpkg >= 0.15.0- -depends: libbutl [0.16.0-a.0.1 0.16.0-a.1) +depends: * build2 >= 0.16.0- +depends: * bpkg >= 0.16.0- +depends: libbutl ^0.16.0 |