aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-16 05:41:41 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2020-07-16 15:48:26 +0300
commitc00e3ee45c8d73ee9ac345febf00b752947eb3af (patch)
tree616289b33c7f3f9b34e93f42da9b02f0e0d9e7df
parente33d6115ee4ea76941d092b72ae06d22415f8e90 (diff)
Bump bdep-new-created project requirement to build2 0.13.0-
-rw-r--r--bdep/new.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx
index 4be2239..c8002ee 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -1361,8 +1361,8 @@ cmd_new (cmd_new_options&& o, cli::group_scanner& args)
os << "description-file: " << readme_f->leaf (out).posix_representation () << '\n';
os << "url: https://example.org/" << (pn ? pn->string () : n) << '\n'
<< "email: " << pe << '\n'
- << "depends: * build2 >= 0.12.0" << '\n'
- << "depends: * bpkg >= 0.12.0" << '\n'
+ << "depends: * build2 >= 0.13.0-" << '\n'
+ << "depends: * bpkg >= 0.13.0-" << '\n'
<< "#depends: libhello ^1.0.0" << '\n';
os.close ();
}