aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/new.cxx')
-rw-r--r--bdep/new.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx
index e94229f..37da2be 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -615,8 +615,8 @@ namespace bdep
os << "description-file: README.md" << endl;
os << "url: https://example.org/" << (pn ? pn->string () : n) << endl
<< "email: " << pe << endl
- << "depends: * build2 >= 0.10.0" << endl
- << "depends: * bpkg >= 0.10.0" << endl
+ << "depends: * build2 >= 0.11.0" << endl
+ << "depends: * bpkg >= 0.11.0" << endl
<< "#depends: libhello ^1.0.0" << endl;
os.close ();
}