diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-12 12:52:34 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-12 12:52:34 +0300 |
commit | 8faf30e5a01571079bf2c010f1ce99b2caf1c4fd (patch) | |
tree | d2d221b57f280e296a257e795111c1c8f92a48a7 | |
parent | 7fd3ed938f4cd4b6666932a547df879f5c215d62 (diff) |
Bump build2 version requirement to 0.8.0
-rw-r--r-- | hello0/manifest | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hello0/manifest b/hello0/manifest index 3ddebf7..b59ff91 100644 --- a/hello0/manifest +++ b/hello0/manifest @@ -9,5 +9,5 @@ src-url: https://git.build2.org/cgit/hello/hello0/tree/hello0 email: hello0@example.org build-email: builds@build2.org requires: c++11 -depends: * build2 >= 0.7.0- -depends: * bpkg >= 0.7.0- +depends: * build2 >= 0.8.0- +depends: * bpkg >= 0.8.0- |