aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-18 14:57:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-18 14:57:35 +0200
commit08b9edcdb2b2f961f66affa3fca4aee3d4a39169 (patch)
treef0e737e86dd4747970bc4c16c5989b8394313183 /bdep/new.cxx
parent5767ef43788afa19b2c8bf4664fb32f6a977becb (diff)
Release version 0.13.0v0.13.0
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 8f025ff..d198fbc 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.13.0-" << '\n'
- << "depends: * bpkg >= 0.13.0-" << '\n'
+ << "depends: * build2 >= 0.13.0" << '\n'
+ << "depends: * bpkg >= 0.13.0" << '\n'
<< "#depends: libhello ^1.0.0" << '\n';
os.close ();
}