diff options
-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 5e63820..c361c02 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -2138,8 +2138,8 @@ cmd_new (cmd_new_options&& o, cli::group_scanner& args) << "package-email: packaging@build2.org ; Mailing list." << '\n'; if (!third_party) os << "#build-error-email: " << pe << '\n'; - os << "depends: * build2 >= 0.16.0" << '\n' - << "depends: * bpkg >= 0.16.0" << '\n'; + os << "depends: * build2 >= 0.17.0" << '\n' + << "depends: * bpkg >= 0.17.0" << '\n'; if (!third_party) os << "#depends: libhello ^1.0.0" << '\n'; os.close (); |