From 9e77628f4fe1feeea7560cbd4db49b54427f3d6f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 Jun 2018 11:09:32 +0200 Subject: Bump build2 version requirement to 0.8.0 --- 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 09cd6d1..1d1b1d3 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -255,8 +255,8 @@ namespace bdep << "license: TODO" << endl << "url: https://example.org/" << n << endl << "email: you@example.org" << endl - << "depends: * build2 >= 0.7.0-" << endl - << "depends: * bpkg >= 0.7.0-" << endl + << "depends: * build2 >= 0.8.0-" << endl + << "depends: * bpkg >= 0.8.0-" << endl << "#depends: libhello ^1.0.0" << endl; os.close (); -- cgit v1.1