aboutsummaryrefslogtreecommitdiff
path: root/bdep
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-06-28 11:09:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-06-28 11:09:32 +0200
commit9e77628f4fe1feeea7560cbd4db49b54427f3d6f (patch)
tree42da8d16b3290798fb7303737fc19f9cc8f98d1b /bdep
parent306ac6c7e7c234adf340e0f18fcf0affc3cd6469 (diff)
Bump build2 version requirement to 0.8.0
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 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 ();