aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-02-19 07:57:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-02-19 07:57:02 +0200
commit8692052a9246029b88cce6095259d1ad0e421137 (patch)
treec31e4d9b1708f45ea3a3fa4d15b9d8c67a7f00c0
parent257051a161dcef6e982d7ee4ba040fd3db436720 (diff)
Update build2 and bpkg minimum version requirement in bdep-new
-rw-r--r--bdep/new.cxx4
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 ();