aboutsummaryrefslogtreecommitdiff
path: root/bdep
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-07-28 06:45:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-07-28 06:45:32 +0200
commit924f5378b039f965447850aa983eaea0a1853634 (patch)
tree76d65b8aee4f1b189591fa53f514c1752c36a477 /bdep
parent321495b88c3f9f3db483628e1580ddb6b47a3d56 (diff)
Release version 0.15.0v0.15.0
Diffstat (limited to 'bdep')
-rw-r--r--bdep/new.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx
index ff3c0c9..6f222d8 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -1492,8 +1492,8 @@ cmd_new (cmd_new_options&& o, cli::group_scanner& args)
os << "url: https://example.org/" << (pn ? pn->string () : n) << '\n'
<< "email: " << pe << '\n'
<< "#build-error-email: " << pe << '\n'
- << "depends: * build2 >= 0.15.0-" << '\n'
- << "depends: * bpkg >= 0.15.0-" << '\n'
+ << "depends: * build2 >= 0.15.0" << '\n'
+ << "depends: * bpkg >= 0.15.0" << '\n'
<< "#depends: libhello ^1.0.0" << '\n';
os.close ();
}