aboutsummaryrefslogtreecommitdiff
path: root/bdep
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-03-20 17:20:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-03-20 17:20:12 +0200
commit1a137e40bcf2f78f512458546a1ff6844a5d424c (patch)
tree5e8454afe7c88159bb0bff133d11a27158b0dc75 /bdep
parent25d2f06d61368b2ef33ace9c7527ef2d40107f46 (diff)
Change version to 0.11.0-a.0.z
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 e5a53ec..7d1815c 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -532,8 +532,8 @@ namespace bdep
<< "license: TODO" << endl
<< "url: https://example.org/" << (pn ? pn->string () : n) << endl
<< "email: " << pe << endl
- << "depends: * build2 >= 0.9.0-" << endl
- << "depends: * bpkg >= 0.9.0-" << endl
+ << "depends: * build2 >= 0.10.0" << endl
+ << "depends: * bpkg >= 0.10.0" << endl
<< "#depends: libhello ^1.0.0" << endl;
os.close ();
}