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 ++-- manifest | 4 ++-- 2 files changed, 4 insertions(+), 4 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 (); diff --git a/manifest b/manifest index 738fb70..d3c4f44 100644 --- a/manifest +++ b/manifest @@ -12,8 +12,8 @@ src-url: https://git.build2.org/cgit/bdep/tree/ email: users@build2.org build-email: builds@build2.org requires: c++14 -depends: * build2 >= 0.7.0- -depends: * bpkg >= 0.7.0- +depends: * build2 >= 0.8.0- +depends: * bpkg >= 0.8.0- # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. depends: libodb [2.5.0-b.8.1 2.5.0-b.9) -- cgit v1.1