diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-16 12:15:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-16 12:15:14 +0200 |
commit | fac1f565f11df9c00a675f6f83360c4301629cb5 (patch) | |
tree | 9b77e6ba79ecfbecd943711a81d1bbec72fb2f41 /manifest | |
parent | 5d68312bd6973407ae7546ea73d91b4dc8c37741 (diff) |
Release version 0.14.0v0.14.0
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ : 1 name: build2 -version: 0.14.0-a.0.z +version: 0.14.0 summary: build2 build system license: MIT topics: build system, build toolchain @@ -14,9 +14,9 @@ email: users@build2.org build-warning-email: builds@build2.org builds: host requires: c++14 -depends: * build2 >= 0.13.0 -depends: * bpkg >= 0.13.0 +depends: * build2 >= 0.14.0- +depends: * bpkg >= 0.14.0- # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. -depends: libbutl [0.14.0-a.0.1 0.14.0-a.1) +depends: libbutl ^0.14.0 depends: libpkgconf [1.4.2 1.7.0-) |