diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-28 11:09:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-28 11:09:32 +0200 |
commit | 9e77628f4fe1feeea7560cbd4db49b54427f3d6f (patch) | |
tree | 42da8d16b3290798fb7303737fc19f9cc8f98d1b | |
parent | 306ac6c7e7c234adf340e0f18fcf0affc3cd6469 (diff) |
Bump build2 version requirement to 0.8.0
-rw-r--r-- | bdep/new.cxx | 4 | ||||
-rw-r--r-- | manifest | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx index 09cd6d1..1d1b1d3 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -255,8 +255,8 @@ namespace bdep << "license: TODO" << endl << "url: https://example.org/" << n << endl << "email: you@example.org" << endl - << "depends: * build2 >= 0.7.0-" << endl - << "depends: * bpkg >= 0.7.0-" << endl + << "depends: * build2 >= 0.8.0-" << endl + << "depends: * bpkg >= 0.8.0-" << endl << "#depends: libhello ^1.0.0" << endl; os.close (); @@ -12,8 +12,8 @@ src-url: https://git.build2.org/cgit/bdep/tree/ email: users@build2.org build-email: builds@build2.org requires: c++14 -depends: * build2 >= 0.7.0- -depends: * bpkg >= 0.7.0- +depends: * build2 >= 0.8.0- +depends: * bpkg >= 0.8.0- # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. depends: libodb [2.5.0-b.8.1 2.5.0-b.9) |