diff options
-rw-r--r-- | hello0/manifest | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hello0/manifest b/hello0/manifest index 25bd5f7..a11da2a 100644 --- a/hello0/manifest +++ b/hello0/manifest @@ -8,7 +8,7 @@ url: http://example.org/hello0 src-url: https://git.build2.org/cgit/hello/hello0/tree/hello0 email: hello0@example.org build-email: builds@build2.org -#builds: all +builds: all requires: c++11 -depends: * build2 >= 0.8.0- -depends: * bpkg >= 0.8.0- +depends: * build2 >= 0.9.0 +depends: * bpkg >= 0.9.0 |