diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-19 07:51:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-19 07:51:04 +0200 |
commit | 33e702931a2be46e5a2fc296d71bca432d5aa91e (patch) | |
tree | a4e428152a51f5e4800df3de523aeafd8726887f /manifest | |
parent | 3729400330118a2563740cb176c9ed6c3fc1aa7a (diff) |
Release version 0.12.0v0.12.0
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ : 1 name: libbpkg -version: 0.12.0-a.0.z +version: 0.12.0 project: build2 summary: build2 package dependency manager utility library license: MIT @@ -14,6 +14,6 @@ email: users@build2.org build-email: builds@build2.org builds: all requires: c++14 -depends: * build2 >= 0.11.0 -depends: * bpkg >= 0.11.0 -depends: libbutl [0.12.0-a.0.1 0.12.0-a.1) +depends: * build2 >= 0.12.0 +depends: * bpkg >= 0.12.0 +depends: libbutl ^0.12.0 |