From 13663504b2eccbe207952076f6a78c5f4e22cca8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 Jun 2019 12:12:02 +0200 Subject: Change version to 0.12.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 e94229f..37da2be 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -615,8 +615,8 @@ namespace bdep os << "description-file: README.md" << endl; os << "url: https://example.org/" << (pn ? pn->string () : n) << endl << "email: " << pe << endl - << "depends: * build2 >= 0.10.0" << endl - << "depends: * bpkg >= 0.10.0" << endl + << "depends: * build2 >= 0.11.0" << endl + << "depends: * bpkg >= 0.11.0" << endl << "#depends: libhello ^1.0.0" << endl; os.close (); } -- cgit v1.1