From 1a137e40bcf2f78f512458546a1ff6844a5d424c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Mar 2019 17:20:12 +0200 Subject: Change version to 0.11.0-a.0.z --- bdep/new.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bdep') 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 (); } -- cgit v1.1