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 | 6eb4a1646da26848cc0e1a135b5bea859623e4ec (patch) | |
tree | f9b7f815089737d1a1517631b334c0419a7bc65a | |
parent | dd14657fc8c94ab8a224bf8cff9d75314ef54bb2 (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,7 +15,7 @@ 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- depends: libsqlite3 ^3.6.18 depends: libodb [2.5.0-b.22.1 2.5.0-b.23) |