diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-20 09:09:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-20 09:09:14 +0200 |
commit | 14a05dc1aa9131b003d39cce9b62ab0459f6baff (patch) | |
tree | 18522825bc03cb0e8105b8c64fcc1a0b254c3e48 | |
parent | 72994305e69f7973e9b16c9464b9e89a69446b4c (diff) |
Lower build2 version requirement to 0.14.0- to ease upgrades
-rw-r--r-- | manifest | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,5 +15,5 @@ email: odb-users@codesynthesis.com build-warning-email: odb-builds@codesynthesis.com builds: all requires: c++11 -depends: * build2 >= 0.14.0 -depends: * bpkg >= 0.14.0 +depends: * build2 >= 0.14.0- +depends: * bpkg >= 0.14.0- |