diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-19 07:57:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-19 07:57:02 +0200 |
commit | 8692052a9246029b88cce6095259d1ad0e421137 (patch) | |
tree | c31e4d9b1708f45ea3a3fa4d15b9d8c67a7f00c0 | |
parent | 257051a161dcef6e982d7ee4ba040fd3db436720 (diff) |
Update build2 and bpkg minimum version requirement in bdep-new
-rw-r--r-- | bdep/new.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx index 39643da..c2593ef 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -389,8 +389,8 @@ namespace bdep << "license: TODO" << endl << "url: https://example.org/" << (prjn ? prjn->string () : n) << endl << "email: " << email << endl - << "depends: * build2 >= 0.8.0-" << endl - << "depends: * bpkg >= 0.8.0-" << endl + << "depends: * build2 >= 0.9.0-" << endl + << "depends: * bpkg >= 0.9.0-" << endl << "#depends: libhello ^1.0.0" << endl; os.close (); |